SameBoy | Accurate GB/GBC emulator |
| download: https://git.y1.nz/archives/sameboy.tar.gz | |
| README | Files | Log | Refs | LICENSE |
commit 4248ba85124eb778566af6ad5f883ae3220b1aad parent a7942d6a1f08a88cfc0c77aa6100a0b1b091bd7b Author: Lior Halphon <LIJI32@gmail.com> Date: Thu, 25 Jun 2020 20:54:58 +0300 Merge pull request #272 from lpla/patch-2 Fix `make: write error` on macOS when `make CONF=native_release` Diffstat:
| M | Makefile | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile @@ -287,7 +287,7 @@ ifeq ($(CONF), release) endif $(BIN)/SameBoy.app/Contents/Resources/Base.lproj/%.nib: Cocoa/%.xib - ibtool --compile $@ $^ + ibtool --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.