We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a91d754 commit 5c697ceCopy full SHA for 5c697ce
1 file changed
tools/cgcomp/Makefile
@@ -45,7 +45,7 @@ ifneq (,$(findstring CYGWIN,$(UNAME)))
45
endif
46
47
ifneq (,$(findstring Darwin,$(UNAME)))
48
- SDK := /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk
+ SDK := /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk
49
OSXCFLAGS := -mmacosx-version-min=10.14 -arch x86_64
50
OSXCXXFLAGS := $(OSXCFLAGS)
51
CXXFLAGS += -fvisibility=hidden
0 commit comments