summaryrefslogtreecommitdiffstats
path: root/src/sox.mk
diff options
context:
space:
mode:
Diffstat (limited to 'src/sox.mk')
-rw-r--r--src/sox.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sox.mk b/src/sox.mk
index ac613d1..9e49e7b 100644
--- a/src/sox.mk
+++ b/src/sox.mk
@@ -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