Fix unquoted realpath, fixes #572

This commit is contained in:
Lior Halphon 2023-12-07 01:02:01 +02:00
parent 8642715a6d
commit 68ba89cf43
1 changed files with 1 additions and 1 deletions

View File

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