summaryrefslogtreecommitdiffstats
path: root/src/qscintilla2.mk
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2016-08-02 17:02:53 (GMT)
committerGitHub <noreply@github.com>2016-08-02 17:02:53 (GMT)
commitfb2880faf2df140965593ed491b0e7ac330aa4b2 (patch)
treeea4c8b63586fce49d5a45c50de39088fc2b57725 /src/qscintilla2.mk
parent81031687d48cbb609ce21c07bfa92e90b0e8ab25 (diff)
parent17e40d3884dc4b9db5b521c7e017a3fa12366370 (diff)
downloadmxe-fb2880faf2df140965593ed491b0e7ac330aa4b2.zip
mxe-fb2880faf2df140965593ed491b0e7ac330aa4b2.tar.gz
mxe-fb2880faf2df140965593ed491b0e7ac330aa4b2.tar.bz2
Merge pull request #1469 from LuaAndC/no2
use $(TEST_FILE) instead of $(2).c and other
Diffstat (limited to 'src/qscintilla2.mk')
-rw-r--r--src/qscintilla2.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qscintilla2.mk b/src/qscintilla2.mk
index 9013a0e..c98fdd3 100644
--- a/src/qscintilla2.mk
+++ b/src/qscintilla2.mk
@@ -26,6 +26,6 @@ define $(PKG)_BUILD
'$(TARGET)-g++' \
-W -Wall -Werror -std=c++0x -pedantic \
`'$(TARGET)-pkg-config' Qt5Widgets --cflags` \
- '$(2).cpp' -o '$(PREFIX)/$(TARGET)/bin/test-qscintilla2.exe' -lqscintilla2 \
+ '$(TEST_FILE)' -o '$(PREFIX)/$(TARGET)/bin/test-qscintilla2.exe' -lqscintilla2 \
`'$(TARGET)-pkg-config' Qt5Widgets --libs`
endef