Skip to content

Commit

Permalink
CMAKE_OSX_DEPLOYMENT_TARGET=11
Browse files Browse the repository at this point in the history
  • Loading branch information
Varg committed Oct 14, 2024
1 parent 8d35217 commit ab992ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build_packages/pack_macos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ REL_BUILD_DIR=./build_packages/macos
cmake -S . -B $REL_BUILD_DIR \
-DAPP_VERSION="$CMAKE_VER" \
-DCMAKE_OSX_ARCHITECTURES="arm64;x86_64" \
-DCMAKE_OSX_DEPLOYMENT_TARGET=11 \
-DCPACK_OUTPUT_FILE_PREFIX=$REL_BUILD_DIR/packages \
-DCPACK_GENERATOR="DragNDrop" \
-DCMAKE_INSTALL_PREFIX=$REL_BUILD_DIR/out \
Expand Down

0 comments on commit ab992ed

Please sign in to comment.