diff --git a/qb/config.libs.sh b/qb/config.libs.sh index eeb21aac77..b5e18d9842 100644 --- a/qb/config.libs.sh +++ b/qb/config.libs.sh @@ -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/' 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"