Skip to content

Commit

Permalink
Update build.sh
Browse files Browse the repository at this point in the history
removed qmake and make from arm64
  • Loading branch information
bunty95 authored Jun 14, 2024
1 parent a171c4c commit f8a5734
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/darwin/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ if [[ $(uname -m) == 'arm64' ]]; then
Qt5_DIR="/opt/homebrew/opt/qt@5"
# Qt6_DIR="/opt/homebrew/opt/qt@6"
echo "Build with cmake $(uname -m) $Qt5_DIR"
qmake ../BuildDltViewer.pro
make
# qmake ../BuildDltViewer.pro
# make
else
Qt5_DIR="/usr/local/opt/qt@5"
# Qt6_DIR="/usr/local/opt/qt@6"
Expand Down

0 comments on commit f8a5734

Please sign in to comment.