We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ead72f6 commit 9d6e645Copy full SHA for 9d6e645
darwin/Makefile
@@ -62,7 +62,7 @@ endif
62
mkdir -p $(OUTPUT_DIR) \
63
&& cd ../omnibus \
64
&& if [ "$(FORCE_GIT_TAGGED)" -eq "0" ]; then export CRYSTAL_SRC=$(CURDIR)/tmp/crystal/.git; fi \
65
- && export MACOSX_DEPLOYMENT_TARGET=10.11 \
+ && export MACOSX_DEPLOYMENT_TARGET=11.0 \
66
&& export SDKROOT=$(shell xcrun --sdk macosx --show-sdk-path) \
67
&& bundle exec omnibus clean crystal shards \
68
&& bundle exec omnibus build crystal \
0 commit comments