summaryrefslogtreecommitdiffstats
path: root/src/poco.mk
diff options
context:
space:
mode:
Diffstat (limited to 'src/poco.mk')
-rw-r--r--src/poco.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/poco.mk b/src/poco.mk
index d7a5623..4eebd4f 100644
--- a/src/poco.mk
+++ b/src/poco.mk
@@ -32,7 +32,7 @@ define $(PKG)_BUILD
'$(TARGET)-g++' \
-W -Wall -Werror -ansi -pedantic -DPOCO_STATIC=1 \
- '$(2).cpp' -o '$(PREFIX)/$(TARGET)/bin/test-poco.exe' \
+ '$(TEST_FILE)' -o '$(PREFIX)/$(TARGET)/bin/test-poco.exe' \
-lPocoFoundation
endef