Skip to content

Commit 9d6e645

Browse files
authored
MacOS target 11.0 (#270)
1 parent ead72f6 commit 9d6e645

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

darwin/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ endif
6262
mkdir -p $(OUTPUT_DIR) \
6363
&& cd ../omnibus \
6464
&& if [ "$(FORCE_GIT_TAGGED)" -eq "0" ]; then export CRYSTAL_SRC=$(CURDIR)/tmp/crystal/.git; fi \
65-
&& export MACOSX_DEPLOYMENT_TARGET=10.11 \
65+
&& export MACOSX_DEPLOYMENT_TARGET=11.0 \
6666
&& export SDKROOT=$(shell xcrun --sdk macosx --show-sdk-path) \
6767
&& bundle exec omnibus clean crystal shards \
6868
&& bundle exec omnibus build crystal \

0 commit comments

Comments
 (0)