Skip to content

Commit

Permalink
Bump macOS deployment target to 10.13
Browse files Browse the repository at this point in the history
  • Loading branch information
timangus committed Dec 18, 2020
1 parent 2cd87ed commit 1d9ec0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/macos-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ GCC_TREAT_WARNINGS_AS_ERRORS=NO xcodebuild -project \
cd ${BUILD_DIR}
cmake --version || exit $?
cmake -DUNITY_BUILD=ON -DCMAKE_BUILD_TYPE=Release \
-DCMAKE_OSX_DEPLOYMENT_TARGET=10.12 \
-DCMAKE_OSX_DEPLOYMENT_TARGET=10.13 \
-GNinja .. || exit $?
cat variables.sh
cmake --build . --target all 2>&1 | tee compiler.log
Expand Down

0 comments on commit 1d9ec0b

Please sign in to comment.