Fixes #259
This commit is contained in:
parent
a7942d6a1f
commit
44ff0563c0
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