mirror of
https://github.com/bsnes-emu/bsnes.git
synced 2025-09-14 16:52:09 +02:00
Update Makefile
This commit is contained in:
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)
|
||||
|
Reference in New Issue
Block a user