Merge pull request #272 from lpla/patch-2

Fix `make: write error` on macOS when `make CONF=native_release`
This commit is contained in:
Lior Halphon 2020-06-25 20:54:58 +03:00 committed by GitHub
commit 4248ba8512
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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