mirror of
https://github.com/libretro/RetroArch
synced 2025-04-07 13:23:32 +00:00
Merge pull request #6104 from orbea/shellcheck
qb: Silence shellcheck warning.
This commit is contained in:
commit
97dec217b3
@ -22,7 +22,7 @@ PTHREADLIB=-lpthread
|
|||||||
SOCKETLIB=-lc
|
SOCKETLIB=-lc
|
||||||
SOCKETHEADER=
|
SOCKETHEADER=
|
||||||
INCLUDES='usr/include usr/local/include'
|
INCLUDES='usr/include usr/local/include'
|
||||||
SORT=sort
|
SORT='sort'
|
||||||
|
|
||||||
if [ "$OS" = 'BSD' ]; then
|
if [ "$OS" = 'BSD' ]; then
|
||||||
[ -d /usr/local/include ] && add_dirs INCLUDE /usr/local/include
|
[ -d /usr/local/include ] && add_dirs INCLUDE /usr/local/include
|
||||||
@ -41,7 +41,7 @@ elif [ "$OS" = 'Win32' ]; then
|
|||||||
elif [ "$OS" = 'Cygwin' ]; then
|
elif [ "$OS" = 'Cygwin' ]; then
|
||||||
die 1 'Error: Cygwin is not a supported platform. See https://bot.libretro.com/docs/compilation/windows/'
|
die 1 'Error: Cygwin is not a supported platform. See https://bot.libretro.com/docs/compilation/windows/'
|
||||||
elif [ "$OS" = 'SunOS' ]; then
|
elif [ "$OS" = 'SunOS' ]; then
|
||||||
SORT=gsort
|
SORT='gsort'
|
||||||
# for now disabling Pulse as it breaks linking
|
# for now disabling Pulse as it breaks linking
|
||||||
# this will need to be investigated later
|
# this will need to be investigated later
|
||||||
HAVE_PULSE=no
|
HAVE_PULSE=no
|
||||||
|
Loading…
x
Reference in New Issue
Block a user