Skip to content

Commit dd7279c

Browse files
authored
Update Makefile
1 parent 7b7ca17 commit dd7279c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/geohot/Makefile

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

3535
ifneq (,$(findstring Darwin,$(UNAME)))
36-
SDK := /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk
36+
SDK := /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk
3737
OSXCFLAGS := -mmacosx-version-min=10.14 -arch x86_64
3838
OSXCXXFLAGS := $(OSXCFLAGS)
3939
CXXFLAGS += -fvisibility=hidden

0 commit comments

Comments
 (0)