Skip to content

Commit 5c697ce

Browse files
authored
Update Makefile
1 parent a91d754 commit 5c697ce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/cgcomp/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ ifneq (,$(findstring CYGWIN,$(UNAME)))
4545
endif
4646

4747
ifneq (,$(findstring Darwin,$(UNAME)))
48-
SDK := /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk
48+
SDK := /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk
4949
OSXCFLAGS := -mmacosx-version-min=10.14 -arch x86_64
5050
OSXCXXFLAGS := $(OSXCFLAGS)
5151
CXXFLAGS += -fvisibility=hidden

0 commit comments

Comments
 (0)