mirror of https://github.com/LIJI32/SameBoy.git
Fix unquoted realpath, fixes #572
This commit is contained in:
parent
8642715a6d
commit
68ba89cf43
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 $@)
|
||||
|
|
Loading…
Reference in New Issue