Skip to content

Commit a91d754

Browse files
authored
Update Makefile
1 parent dd7279c commit a91d754

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/generic/Makefile

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

3030
ifneq (,$(findstring Darwin,$(shell uname -s)))
31-
SDK := /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk
31+
SDK := /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk
3232
CFLAGS += -mmacosx-version-min=10.14 -isysroot $(SDK) -Wl,-syslibroot,$(SDK) -arch x86_64
3333
endif
3434

0 commit comments

Comments
 (0)