Skip to content

Commit

Permalink
fix paths to sound data with EXTERNAL_DATA=1
Browse files Browse the repository at this point in the history
  • Loading branch information
fgsfdsfgs committed Jun 20, 2020
1 parent 59cbe0a commit 7331fab
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 @@ -930,7 +930,7 @@ $(SOUND_BIN_DIR)/%.o: $(SOUND_BIN_DIR)/%.s
ifeq ($(EXTERNAL_DATA),1)

$(SOUND_BIN_DIR)/%.inc.c: $(SOUND_BIN_DIR)/%
$(ZEROTERM) "$(patsubst %.inc.c,%,$^)" | hexdump -v -e '1/1 "0x%X,"' > $@
$(ZEROTERM) "$(patsubst $(BUILD_DIR)/%,%,$^)" | hexdump -v -e '1/1 "0x%X,"' > $@

else

Expand Down

0 comments on commit 7331fab

Please sign in to comment.