Skip to content

Commit

Permalink
Update build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
bunty95 authored Aug 27, 2024
1 parent a8617f2 commit d1979c6
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 @@ -18,7 +18,7 @@ if [[ $(uname -m) == 'arm64' ]]; then
# cmake ..
else
Qt5_DIR="/usr/local/opt/qt@5"
Qt6_DIR="/usr/local/Cellar/qt/6.7.0_1"
Qt6_DIR="/usr/local/Cellar/qt"
echo "Build with qmake $(uname -m) $Qt6_DIR"
# qmake ../BuildDltViewer.pro
# make
Expand Down

0 comments on commit d1979c6

Please sign in to comment.