mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2024-11-22 03:55:11 +00:00
fix paths to sound data with EXTERNAL_DATA=1
This commit is contained in:
parent
59cbe0ab70
commit
7331fab8d8
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue