We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b7ca17 commit dd7279cCopy full SHA for dd7279c
1 file changed
tools/geohot/Makefile
@@ -33,7 +33,7 @@ ifneq (,$(findstring CYGWIN,$(UNAME)))
33
endif
34
35
ifneq (,$(findstring Darwin,$(UNAME)))
36
- 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
37
OSXCFLAGS := -mmacosx-version-min=10.14 -arch x86_64
38
OSXCXXFLAGS := $(OSXCFLAGS)
39
CXXFLAGS += -fvisibility=hidden
0 commit comments