Update Makefile

This commit is contained in:
Max Parry 2023-12-31 20:04:40 +11:00 committed by GitHub
parent 10eb15bb90
commit d51dcaca19
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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)