From 86d8cea44ea472f8e3f18c142be29e5e42cec7f8 Mon Sep 17 00:00:00 2001 From: bunty95 <146869867+bunty95@users.noreply.github.com> Date: Wed, 14 Aug 2024 08:22:20 -0400 Subject: [PATCH] Update build.sh Does this fix missing libraries issue --- scripts/darwin/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/darwin/build.sh b/scripts/darwin/build.sh index dff86d70..80cc1018 100755 --- a/scripts/darwin/build.sh +++ b/scripts/darwin/build.sh @@ -17,7 +17,7 @@ if [[ $(uname -m) == 'arm64' ]]; then qmake ../BuildDltViewer.pro # cmake .. else - Qt6_DIR="/usr/local/opt/qt" + Qt6_DIR="/usr/local/Cellar/qt/6.7.0_1" echo "Build with qmake $(uname -m) $Qt6_DIR" # qmake ../BuildDltViewer.pro # make