SameBoy | Accurate GB/GBC emulator |
| download: https://git.y1.nz/archives/sameboy.tar.gz | |
| README | Files | Log | Refs | LICENSE |
commit f725e70e84907cf491c3528a4aa5b66ddb6df77f parent 91f2a82f1967c12f08988a4de9d76b3e8c0573dd Author: Lior Halphon <LIJI32@gmail.com> Date: Wed, 3 Jan 2024 20:08:48 +0200 Merge pull request #579 from Nyanport/master Fix bugs in Makefile for newer operating systems Diffstat:
| M | Makefile | 4 | +++- |
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/Makefile b/Makefile @@ -245,8 +245,10 @@ 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 10 | tail -n 1) +SYSROOT := /Library/Developer/CommandLineTools/SDKs/$(shell ls /Library/Developer/CommandLineTools/SDKs/ | grep "[0-9]\." | tail -n 1) endif ifeq ($(SYSROOT),/Library/Developer/CommandLineTools/SDKs/) $(error Could not find a macOS SDK)
This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.