Skip to content

Commit

Permalink
Add MacOSX10.15.sdk to Makefile.flags [ci skip]
Browse files Browse the repository at this point in the history
This is necessary, but not sufficient (see #470), to be able to build OSVM on macOS Catalina.
  • Loading branch information
fniephaus committed Jan 14, 2020
1 parent d7c138a commit 80f639a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.macos64x64/common/Makefile.flags
Expand Up @@ -7,7 +7,7 @@ XCODE:=$(shell /usr/bin/xcode-select -p)
XCUB:=$(XCODE)/usr/bin
SDKsDIR:=$(XCODE)/Platforms/MacOSX.platform/Developer/SDKs
#Build oldest installed SDK (must be MacOSX10.12.sdk because of Metal and later)
SDKs:=MacOSX10.12.sdk MacOSX10.13.sdk MacOSX10.14.sdk
SDKs:=MacOSX10.12.sdk MacOSX10.13.sdk MacOSX10.14.sdk MacOSX10.15.sdk
SDK:=$(firstword $(realpath $(addprefix $(SDKsDIR)/, $(SDKs))))
ifeq ($(strip $(SDK)),)
$(error could not find a valid SDK)
Expand Down

0 comments on commit 80f639a

Please sign in to comment.