diff options
| author | stonedDiscord <stoned@derpymail.org> | 2019-07-31 21:50:16 +0200 |
|---|---|---|
| committer | stonedDiscord <stoned@derpymail.org> | 2019-07-31 21:50:16 +0200 |
| commit | bf8aad33de3b326f3a36cad33ced5d3acd7f2c24 (patch) | |
| tree | 0b3090559f6191b614734d4b6119cfffed78b2d6 /scripts | |
| parent | afbbc5476bf5102f421a94006e5f590cb90fd862 (diff) | |
make default clone compileable to improve new dev experience and switch to qt on linux
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 22e2d457..389d6aec 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 .. -qmake && make -j2 +qmake -DDISCORD -DBASSAUDIO && make -j2 |
