summaryrefslogtreecommitdiffstats
path: root/src/physfs.mk
diff options
context:
space:
mode:
Diffstat (limited to 'src/physfs.mk')
-rw-r--r--src/physfs.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/physfs.mk b/src/physfs.mk
index 596d89b..d1509bb 100644
--- a/src/physfs.mk
+++ b/src/physfs.mk
@@ -31,7 +31,7 @@ define $(PKG)_BUILD
'$(TARGET)-gcc' \
-W -Wall -Werror -ansi -pedantic -std=c99 \
- '$(2).c' -o '$(PREFIX)/$(TARGET)/bin/test-physfs.exe' \
+ '$(TEST_FILE)' -o '$(PREFIX)/$(TARGET)/bin/test-physfs.exe' \
-lphysfs -lz
endef