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