Skip to content

Commit

Permalink
Disable shared libs
Browse files Browse the repository at this point in the history
  • Loading branch information
wtholliday committed Nov 16, 2023
1 parent e939cc0 commit b180d14
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions openvdb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ cmake -DCMAKE_BUILD_TYPE=Release \
-DCMAKE_SYSTEM_NAME=iOS \
-DCMAKE_OSX_DEPLOYMENT_TARGET=12.0 \
-DCMAKE_TOOLCHAIN_FILE=../../ios.toolchain.cmake \
-DBUILD_SHARED_LIBS=OFF \
-DPLATFORM=OS64 \
-DDEPLOYMENT_TARGET=16.0 \
-DCMAKE_INSTALL_PREFIX=$root/install-ios \
Expand Down

0 comments on commit b180d14

Please sign in to comment.