1
0
mirror of https://github.com/libretro/RetroArch synced 2024-07-08 20:25:47 +00:00

Disabling Pulse for now

This commit is contained in:
kwyxz 2018-01-11 14:51:18 -08:00
parent e65ad7c6d8
commit f566ecebf4

View File

@ -42,6 +42,9 @@ elif [ "$OS" = 'Cygwin' ]; then
die 1 'Error: Cygwin is not a supported platform. See https://bot.libretro.com/docs/compilation/windows/'
elif [ "$OS" = 'SunOS' ]; then
SORT=gsort
# for now disabling Pulse as it breaks linking
# this will need to be investigated later
HAVE_PULSE=no
fi
add_define MAKEFILE DYLIB_LIB "$DYLIB"