Revert "Fix macOS external data"

This reverts commit 5b711987a6.
This commit is contained in:
Filipianosol 2020-11-06 02:26:08 +01:00
parent 5b711987a6
commit 11a5035964

View File

@ -706,11 +706,7 @@ res: $(BASEPACK_PATH)
# prepares the basepack.lst
$(BASEPACK_LST): $(EXE)
@mkdir -p $(BUILD_DIR)/$(BASEDIR)
ifeq ($(HOST_OS),Darwin)
@echo > $(BASEPACK_LST)
else
@echo -n > $(BASEPACK_LST)
endif
@echo -n > $(BASEPACK_LST)
@echo "$(BUILD_DIR)/sound/bank_sets sound/bank_sets" >> $(BASEPACK_LST)
@echo "$(BUILD_DIR)/sound/sequences.bin sound/sequences.bin" >> $(BASEPACK_LST)
@echo "$(BUILD_DIR)/sound/sound_data.ctl sound/sound_data.ctl" >> $(BASEPACK_LST)