Skip to content

Commit

Permalink
Update build.sh
Browse files Browse the repository at this point in the history
removed cross compile
  • Loading branch information
bunty95 authored Jun 10, 2024
1 parent 0ac869a commit dc672ed
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 @@ -36,7 +36,6 @@ echo Build with CMake
# https://developer.apple.com/library/archive/documentation/CoreFoundation/Conceptual/CFBundles/BundleTypes/BundleTypes.html
cmake -G Ninja \
-DCMAKE_INSTALL_PREFIX=${INSTALL_DIR} \
-DCMAKE_OSX_ARCHITECTURES="arm64;x86_64" \
-DCMAKE_PREFIX_PATH=${Qt5_DIR}/lib/cmake \
-DCMAKE_BUILD_TYPE=Release \
-DDLT_USE_QT_RPATH=ON \
Expand Down

0 comments on commit dc672ed

Please sign in to comment.