git.y1.nz

SameBoy

Accurate GB/GBC emulator
download: https://git.y1.nz/archives/sameboy.tar.gz
README | Files | Log | Refs | LICENSE

commit 97e8df29c53821488f48254abb4d31e21f8195df
parent f725e70e84907cf491c3528a4aa5b66ddb6df77f
Author: Lior Halphon <LIJI32@gmail.com>
Date:   Fri,  5 Jan 2024 18:32:40 +0200

Don't prompt for an xcode-select reset every build

Diffstat:
MMakefile2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile @@ -245,8 +245,6 @@ CODESIGN := codesign -fs - else ifeq ($(PLATFORM),Darwin) SYSROOT := $(shell xcodebuild -sdk macosx -version Path 2> $(NULL)) -$(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 "[0-9]\." | tail -n 1) endif

This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.