Skip to content

Commit

Permalink
Set cmake macos deployment target explicitly to 10.13
Browse files Browse the repository at this point in the history
  • Loading branch information
marchcat committed Dec 19, 2023
1 parent a987c4e commit e929d3b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build-cmd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,7 @@ pushd "$CURL_BUILD_DIR"
cmake "${CURL_SOURCE_DIR}" -G Xcode -T buildsystem=1 \
-DCMAKE_C_FLAGS:STRING="$plainopts" \
-DCMAKE_CXX_FLAGS:STRING="$opts" -D'BUILD_SHARED_LIBS:bool=off' \
-DCMAKE_OSX_DEPLOYMENT_TARGET=10.13 \
-DENABLE_THREADED_RESOLVER:BOOL=ON \
-DCMAKE_USE_OPENSSL:BOOL=TRUE \
-DUSE_NGHTTP2:BOOL=TRUE \
Expand Down

0 comments on commit e929d3b

Please sign in to comment.