Skip to content

Commit

Permalink
macOS deployment target.
Browse files Browse the repository at this point in the history
  • Loading branch information
pleroy authored Mar 18, 2024
1 parent 0022af5 commit 7264ed4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions principia_make.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ cmake \
-DCMAKE_CXX_COMPILER:FILEPATH=`which clang++` \
-DCMAKE_C_FLAGS="${C_FLAGS?}" \
-DCMAKE_CXX_FLAGS="${CXX_FLAGS?}" \
-DCMAKE_OSX_DEPLOYMENT_TARGET="${OSX_DEPLOYMENT_TARGET}" \
-DCMAKE_LD_FLAGS="${LD_FLAGS?}" \
-DBUILD_TESTING=OFF
make -j8

0 comments on commit 7264ed4

Please sign in to comment.