diff options
Diffstat (limited to 'src/sox.mk')
-rw-r--r-- | src/sox.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -61,7 +61,7 @@ define $(PKG)_BUILD '$(TARGET)-gcc' \ -W -Wall -Werror -ansi -pedantic \ - '$(2).c' -o '$(PREFIX)/$(TARGET)/bin/test-sox.exe' \ + '$(TEST_FILE)' -o '$(PREFIX)/$(TARGET)/bin/test-sox.exe' \ `'$(TARGET)-pkg-config' sox --cflags --libs` endef |