Skip to content

Commit

Permalink
Bump MACOSX_VERSION_MIN from 10.9 to 10.10 (JuliaLang#40400)
Browse files Browse the repository at this point in the history
Fixes JuliaLang#39363 (BinaryBuilder already made this change)
  • Loading branch information
jaakkor2 authored and antoine-levitt committed May 9, 2021
1 parent d8240a5 commit 88a5a15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Make.inc
Original file line number Diff line number Diff line change
Expand Up @@ -472,13 +472,13 @@ USEGCC := 0
USECLANG := 1
endif

# Note: Supporting only macOS Mavericks and above
# Note: Supporting only macOS Yosemite and above
ifeq ($(OS), Darwin)
APPLE_ARCH := $(shell uname -m)
USEGCC := 0
USECLANG := 1
ifneq ($(APPLE_ARCH),arm64)
MACOSX_VERSION_MIN := 10.9
MACOSX_VERSION_MIN := 10.10
else
MACOSX_VERSION_MIN := 11.0
endif
Expand Down

0 comments on commit 88a5a15

Please sign in to comment.