diff options
| author | mac builder <mac at github.com> | 2019-08-13 18:54:17 +0200 |
|---|---|---|
| committer | mac builder <mac at github.com> | 2019-08-13 18:54:17 +0200 |
| commit | 3052b53aa4427407c3037378c17a5c070aaeeb29 (patch) | |
| tree | afc53bdd8d3f1da6f2804512b6b58dcd7c509704 /scripts | |
| parent | 13cd1c9b8ba7b7d5622b56ece61a2053d93aa5a0 (diff) | |
bruh moment, qmake isn't in path
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..efb7653f 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 +/usr/local/opt/qt/bin/qmake && make -j2 |
