Skip to content

Commit

Permalink
Fix unquoted realpath, fixes #572
Browse files Browse the repository at this point in the history
  • Loading branch information
LIJI32 committed Dec 6, 2023
1 parent 8642715 commit 68ba89c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 $@)
Expand Down

0 comments on commit 68ba89c

Please sign in to comment.