Skip to content

Commit

Permalink
MacOS target 11.0 (#270)
Browse files Browse the repository at this point in the history
  • Loading branch information
miry authored Jan 4, 2024
1 parent ead72f6 commit 9d6e645
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion darwin/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ endif
mkdir -p $(OUTPUT_DIR) \
&& cd ../omnibus \
&& if [ "$(FORCE_GIT_TAGGED)" -eq "0" ]; then export CRYSTAL_SRC=$(CURDIR)/tmp/crystal/.git; fi \
&& export MACOSX_DEPLOYMENT_TARGET=10.11 \
&& export MACOSX_DEPLOYMENT_TARGET=11.0 \
&& export SDKROOT=$(shell xcrun --sdk macosx --show-sdk-path) \
&& bundle exec omnibus clean crystal shards \
&& bundle exec omnibus build crystal \
Expand Down

0 comments on commit 9d6e645

Please sign in to comment.