summaryrefslogtreecommitdiffstats
path: root/src/cryptopp.mk
diff options
context:
space:
mode:
Diffstat (limited to 'src/cryptopp.mk')
-rw-r--r--src/cryptopp.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cryptopp.mk b/src/cryptopp.mk
index 4b199d1..71ddb4f 100644
--- a/src/cryptopp.mk
+++ b/src/cryptopp.mk
@@ -49,6 +49,6 @@ define $(PKG)_BUILD
$(TARGET)-g++ \
-W -Wall -Werror -ansi -pedantic \
- '$(2).cpp' -o '$(PREFIX)/$(TARGET)/bin/test-$(PKG).exe' \
+ '$(TEST_FILE)' -o '$(PREFIX)/$(TARGET)/bin/test-$(PKG).exe' \
`$(TARGET)-pkg-config cryptopp --cflags --libs`
endef