SameBoy | Accurate GB/GBC emulator |
| download: https://git.y1.nz/archives/sameboy.tar.gz | |
| README | Files | Log | Refs | LICENSE |
commit a6de76eb2bf8a954ff1aee0f247ccf8322ea89de parent 47ce95afb560d9df23a92584f660d00c07a34fee Author: Lior Halphon <LIJI32@gmail.com> Date: Sun, 9 Apr 2023 21:23:07 +0300 Specify the deployment target when compiling NIB files, fixes #531 Diffstat:
| M | Makefile | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile @@ -401,7 +401,7 @@ ifeq ($(CONF), release) endif $(BIN)/SameBoy.app/Contents/Resources/Base.lproj/%.nib: Cocoa/%.xib - ibtool --compile $@ $^ 2>&1 | cat - + ibtool --target-device mac --minimum-deployment-target 10.9 --compile $@ $^ 2>&1 | cat - # Quick Look generator
This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.