From ec9244809cd09521fd582e5812ac5f0440860677 Mon Sep 17 00:00:00 2001 From: oldmud0 Date: Sun, 5 Jul 2020 15:29:41 -0500 Subject: Fix Mac build missing audio (#180) --- scripts/macos_build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/macos_build.sh b/scripts/macos_build.sh index efb7653f..fb631e9f 100755 --- a/scripts/macos_build.sh +++ b/scripts/macos_build.sh @@ -30,4 +30,4 @@ tar -xvf apng.tar.xz cp clang_64/plugins/imageformats/libqapng.dylib ../lib cd .. -/usr/local/opt/qt/bin/qmake && make -j2 +/usr/local/opt/qt/bin/qmake "DEFINES += DISCORD QTAUDIO" && make -j2 -- cgit