diff options
| author | oldmud0 <oldmud0@users.noreply.github.com> | 2020-07-05 15:29:41 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-05 15:29:41 -0500 |
| commit | ec9244809cd09521fd582e5812ac5f0440860677 (patch) | |
| tree | 4167d161bc71e37934eb246421e5bde9555b4ead /scripts | |
| parent | b12f82dc8cd1137586781e8142556a6c495a0c11 (diff) | |
Fix Mac build missing audio (#180)
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/macos_build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
