From 44ff0563c08ab182adf1ca13921ff4147b6e3d4e Mon Sep 17 00:00:00 2001 From: Leopoldo Pla Date: Thu, 25 Jun 2020 19:50:24 +0200 Subject: [PATCH] Fixes #259 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 19652dd..aaa47b0 100644 --- 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