Skip to content

Commit

Permalink
Update build.sh
Browse files Browse the repository at this point in the history
Does this fix missing libraries issue
  • Loading branch information
bunty95 authored Aug 14, 2024
1 parent da7516f commit 86d8cea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/darwin/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 86d8cea

Please sign in to comment.