Fix seg faulting issue with MinGW build system, most likely caused by use of execl (#812)

This commit is contained in:
Gregory Heskett
2024-07-02 23:53:14 -04:00
parent 750ba10cb1
commit a6782e6912
6 changed files with 108 additions and 24 deletions

View File

@@ -780,7 +780,7 @@ endif
$(BUILD_DIR)/%.table: %.aiff
$(call print,Extracting codebook:,$<,$@)
$(V)$(AIFF_EXTRACT_CODEBOOK) $< >$@
$(V)$(AIFF_EXTRACT_CODEBOOK) $< $@
$(BUILD_DIR)/%.aifc: $(BUILD_DIR)/%.table %.aiff
$(call print,Encoding ADPCM:,$(word 2,$^),$@)