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