mirror of
https://github.com/bsnes-emu/bsnes.git
synced 2025-08-22 03:52:50 +02:00
Fixes #259
This commit is contained in:
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
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user