Skip to content

Commit 7908cc3

Browse files
committed
Set CMAKE_OSX_DEPLOYMENT_TARGET for pulsar
1 parent 796759e commit 7908cc3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/mac/build-static-library.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ CMAKE_OSX_ARCHITECTURES=$ARCH
3636
INSTALL_DIR=$PWD/pkg/mac/.install
3737
set -x
3838
cmake -B build-osx \
39+
-DCMAKE_OSX_DEPLOYMENT_TARGET=13.0 \
3940
-DINTEGRATE_VCPKG=ON \
4041
-DVCPKG_TARGET_TRIPLET=$VCPKG_TRIPLET \
4142
-DCMAKE_OSX_ARCHITECTURES=$CMAKE_OSX_ARCHITECTURES \

0 commit comments

Comments
 (0)