We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfe137d commit 7b7ca17Copy full SHA for 7b7ca17
1 file changed
tools/ps3load/Makefile
@@ -38,7 +38,7 @@ ifneq (,$(findstring MINGW,$(UNAME)))
38
endif
39
40
ifneq (,$(findstring Darwin,$(shell uname -s)))
41
- 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
42
OSXCFLAGS := -mmacosx-version-min=10.14 -isysroot $(SDK) -arch x86_64
43
OSXCXXFLAGS := $(OSXCFLAGS)
44
CXXFLAGS += -fvisibility=hidden
0 commit comments