Skip to content

Commit d782083

Browse files
committed
Try restricting the supported macos version to 10.13 for the built binaries
1 parent 392a114 commit d782083

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

buildscripts/make_dependencies.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ function build_and_install() {
2525
-DCMAKE_INSTALL_PREFIX="$INSTALL_DIR" \
2626
-DCMAKE_PREFIX_PATH="$INSTALL_DIR" \
2727
-DCMAKE_OSX_ARCHITECTURES="arm64;x86_64" \
28+
-DMACOSX_DEPLOYMENT_TARGET=10.13
2829
-B. || exit 1
2930
elif [[ "$ARCH" == x86* ]]; then
3031
CFLAGS=-m${ARCH#*_} CXXFLAGS=-m${ARCH#*_} cmake .. \

0 commit comments

Comments
 (0)