diff options
| author | stonedDiscord <stoned@derpymail.org> | 2019-07-31 22:33:15 +0200 |
|---|---|---|
| committer | stonedDiscord <stoned@derpymail.org> | 2019-07-31 22:33:15 +0200 |
| commit | d71aad9d72813a54e42b484e74e939166dc15595 (patch) | |
| tree | 94a40dd3a9a337dc4ce589adc6ae6daa06d043ad /scripts | |
| parent | bf8aad33de3b326f3a36cad33ced5d3acd7f2c24 (diff) | |
Revert "make default clone compileable to improve new dev experience and switch to qt on linux"
This reverts commit bf8aad33de3b326f3a36cad33ced5d3acd7f2c24.
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 389d6aec..22e2d457 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 -DDISCORD -DBASSAUDIO && make -j2 +qmake && make -j2 |
