From 3052b53aa4427407c3037378c17a5c070aaeeb29 Mon Sep 17 00:00:00 2001 From: mac builder Date: Tue, 13 Aug 2019 18:54:17 +0200 Subject: [PATCH] bruh moment, qmake isn't in path --- scripts/macos_build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/macos_build.sh b/scripts/macos_build.sh index 22e2d45..efb7653 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