mirror of
https://github.com/libretro/RetroArch
synced 2025-04-10 06:44:27 +00:00
Merge pull request #6115 from orbea/pulse
qb: Enable pulse detection for SunOS again.
This commit is contained in:
commit
6efe1128c0
@ -42,9 +42,6 @@ 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
|
|
||||||
# this will need to be investigated later
|
|
||||||
HAVE_PULSE=no
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
add_define MAKEFILE DYLIB_LIB "$DYLIB"
|
add_define MAKEFILE DYLIB_LIB "$DYLIB"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user