Skip to content

Commit

Permalink
Update build-macos.sh (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
umireon authored Apr 21, 2024
1 parent bf76436 commit 6435ca1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build-macos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ CURL_DIR="${3?}"

cmake "$CURL_DIR" -B "build_$CONFIG" \
-DCMAKE_BUILD_TYPE="$CONFIG" \
-DCMAKE_OSX_DEPLOYMENT_TARGET=11.0 \
-DCMAKE_OSX_ARCHITECTURES="x86_64;arm64" \
-DCURL_USE_OPENSSL=OFF \
-DCURL_USE_SECTRANSP=ON \
Expand Down

0 comments on commit 6435ca1

Please sign in to comment.