Skip to content

Commit 7b7ca17

Browse files
authored
Update Makefile
1 parent cfe137d commit 7b7ca17

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/ps3load/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ ifneq (,$(findstring MINGW,$(UNAME)))
3838
endif
3939

4040
ifneq (,$(findstring Darwin,$(shell uname -s)))
41-
SDK := /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk
41+
SDK := /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk
4242
OSXCFLAGS := -mmacosx-version-min=10.14 -isysroot $(SDK) -arch x86_64
4343
OSXCXXFLAGS := $(OSXCFLAGS)
4444
CXXFLAGS += -fvisibility=hidden

0 commit comments

Comments
 (0)