From c8d25a915221cb4991bcf8adc5fc54beefed0a74 Mon Sep 17 00:00:00 2001 From: orbea Date: Mon, 15 Jan 2018 09:54:39 -0800 Subject: [PATCH] qb: Enable pulse detection for SunOS again. --- qb/config.libs.sh | 3 --- 1 file changed, 3 deletions(-) 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"