aboutsummaryrefslogtreecommitdiff
path: root/scripts/macos_build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/macos_build.sh')
-rwxr-xr-xscripts/macos_build.sh2
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