mirror of https://github.com/LIJI32/SameBoy.git
Update Makefile
This commit is contained in:
parent
10eb15bb90
commit
d51dcaca19
2
Makefile
2
Makefile
|
@ -245,7 +245,7 @@ CODESIGN := codesign -fs -
|
|||
else
|
||||
ifeq ($(PLATFORM),Darwin)
|
||||
SYSROOT := $(shell xcodebuild -sdk macosx -version Path 2> $(NULL))
|
||||
$(info "Password prompt to fix xcode-select bug.")
|
||||
$(info Password prompt to fix xcode-select bug.)
|
||||
$(shell sudo xcode-select -s /Applications/Xcode.app/Contents/Developer)
|
||||
ifeq ($(SYSROOT),)
|
||||
SYSROOT := /Library/Developer/CommandLineTools/SDKs/$(shell ls /Library/Developer/CommandLineTools/SDKs/ | grep 13 | tail -n 1)
|
||||
|
|
Loading…
Reference in New Issue