Merge pull request #272 from lpla/patch-2
Fix `make: write error` on macOS when `make CONF=native_release`
This commit is contained in:
commit
4248ba8512
2
Makefile
2
Makefile
@ -287,7 +287,7 @@ ifeq ($(CONF), release)
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
$(BIN)/SameBoy.app/Contents/Resources/Base.lproj/%.nib: Cocoa/%.xib
|
$(BIN)/SameBoy.app/Contents/Resources/Base.lproj/%.nib: Cocoa/%.xib
|
||||||
ibtool --compile $@ $^
|
ibtool --compile $@ $^ 2>&1 | cat -
|
||||||
|
|
||||||
# Quick Look generator
|
# Quick Look generator
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user