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 9fe3449 commit 82d87e9
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 @@ -4,6 +4,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}" \
-DWITH_GFLAGS=OFF \
-DBUILD_SHARED_LIBS=OFF \
-DCMAKE_ARCHIVE_OUTPUT_DIRECTORY:FILEPATH=../.libs \
Expand Down

0 comments on commit 82d87e9

Please sign in to comment.