File tree Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 3636 git submodule update
3737 cp assembly/native/build-macos-shared.sh .
3838 chmod +x build-macos-shared.sh
39- ./build-macos-shared.sh -t -c -o 15 .0
39+ ./build-macos-shared.sh -t -c -o 16 .0
4040 ccache -sp
4141
4242 - name : Run Tests
Original file line number Diff line number Diff line change 127127cmake -GNinja .. \
128128-DPORTABLE=1 \
129129-DCMAKE_OSX_DEPLOYMENT_TARGET:STRING=$OSX_TARGET \
130+ -DCMAKE_CXX_FLAGS=" -stdlib=libc++" \
131+ -DCMAKE_SYSROOT=$( xcrun --show-sdk-path) \
130132-DCMAKE_BUILD_TYPE=Release \
131133-DOPENSSL_FOUND=1 \
132134-DOPENSSL_INCLUDE_DIR=$opensslPath /include \
Original file line number Diff line number Diff line change @@ -79,6 +79,8 @@ brew install openssl@3
7979brew unlink openssl@3 && brew link --overwrite openssl@3
8080
8181cmake -GNinja -DCMAKE_BUILD_TYPE=Release .. \
82+ -DCMAKE_CXX_FLAGS=" -stdlib=libc++" \
83+ -DCMAKE_SYSROOT=$( xcrun --show-sdk-path) \
8284-DLZ4_FOUND=1 \
8385-DLZ4_LIBRARIES=$lz4Path /lib/liblz4.a \
8486-DLZ4_INCLUDE_DIRS=$lz4Path /lib
You can’t perform that action at this time.
0 commit comments