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 05c9b8c commit 42d7a6d
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 @@ -81,6 +81,7 @@ pushd "$URIPARSER_SOURCE_DIR"
cmake . -DCMAKE_INSTALL_PREFIX:STRING="${stage}" \
-DCMAKE_CXX_FLAGS="$LL_BUILD_RELEASE" \
-DCMAKE_C_FLAGS="$(remove_cxxstd $LL_BUILD_RELEASE)" \
-DCMAKE_OSX_DEPLOYMENT_TARGET=10.13 \
-DURIPARSER_BUILD_TESTS=OFF \
-DURIPARSER_BUILD_DOCS=OFF
make -j$(nproc)
Expand Down

0 comments on commit 42d7a6d

Please sign in to comment.