Skip to content

Commit

Permalink
Remove pointless comment
Browse files Browse the repository at this point in the history
  • Loading branch information
hannesa2 committed Jun 13, 2024
1 parent 1113b2e commit d01e0e7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/darwin/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ cd "${BUILD_DIR}"

if [[ $(uname -m) == 'arm64' ]]; then
Qt5_DIR="/opt/homebrew/opt/qt@5"
# # for an unknown reason, I was not able to make it work with qmake. Any help is welcome here TODO
echo "Build with cmake $(uname -m) $Qt5_DIR"
qmake ../BuildDltViewer.pro
# cmake ..
Expand Down

0 comments on commit d01e0e7

Please sign in to comment.