Skip to content

Commit

Permalink
Architectures.
Browse files Browse the repository at this point in the history
  • Loading branch information
pleroy authored Mar 19, 2024
1 parent 82d87e9 commit 40d3b1a
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_ARCHITECTURES="x86_64" \
-DCMAKE_OSX_DEPLOYMENT_TARGET="${OSX_DEPLOYMENT_TARGET}" \
-DWITH_GFLAGS=OFF \
-DBUILD_SHARED_LIBS=OFF \
Expand Down

0 comments on commit 40d3b1a

Please sign in to comment.