mirror of
https://github.com/bsnes-emu/bsnes.git
synced 2025-09-03 16:42:34 +02:00
Fix unquoted realpath, fixes #572
This commit is contained in:
2
Makefile
2
Makefile
@@ -605,7 +605,7 @@ $(OBJ)/%.2bpp: %.png
|
||||
|
||||
$(OBJ)/BootROMs/SameBoyLogo.pb12: $(OBJ)/BootROMs/SameBoyLogo.2bpp $(PB12_COMPRESS)
|
||||
-@$(MKDIR) -p $(dir $@)
|
||||
$(realpath $(PB12_COMPRESS)) < $< > $@
|
||||
"$(realpath $(PB12_COMPRESS))" < $< > $@
|
||||
|
||||
$(PB12_COMPRESS): BootROMs/pb12.c
|
||||
-@$(MKDIR) -p $(dir $@)
|
||||
|
Reference in New Issue
Block a user