We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd7279c commit a91d754Copy full SHA for a91d754
1 file changed
tools/generic/Makefile
@@ -28,7 +28,7 @@ ifneq (,$(findstring CYGWIN,$(UNAME)))
28
endif
29
30
ifneq (,$(findstring Darwin,$(shell uname -s)))
31
- 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
32
CFLAGS += -mmacosx-version-min=10.14 -isysroot $(SDK) -Wl,-syslibroot,$(SDK) -arch x86_64
33
34
0 commit comments