summaryrefslogtreecommitdiffstats
path: root/src/glfw3.mk
diff options
context:
space:
mode:
authorQuintus <quintus@quintilianus.eu>2016-08-02 19:45:54 (GMT)
committerQuintus <quintus@quintilianus.eu>2016-08-02 19:45:54 (GMT)
commit290d85bfed05711359acf0bee85b85d417afebf8 (patch)
tree879df0e978bc69297d1bdd201947977556255076 /src/glfw3.mk
parent2190231a9527a93b033d3e5888e984df7c67877a (diff)
parent36b261dc141610c7857617681ef4fee0001012ce (diff)
downloadmxe-290d85bfed05711359acf0bee85b85d417afebf8.zip
mxe-290d85bfed05711359acf0bee85b85d417afebf8.tar.gz
mxe-290d85bfed05711359acf0bee85b85d417afebf8.tar.bz2
Merge branch 'Quintus-cegui-0.8' of git://github.com/tonytheodore/mxe into cegui-0.8
Diffstat (limited to 'src/glfw3.mk')
-rw-r--r--src/glfw3.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/glfw3.mk b/src/glfw3.mk
index 86c3a86..685865f 100644
--- a/src/glfw3.mk
+++ b/src/glfw3.mk
@@ -33,7 +33,7 @@ define $(PKG)_BUILD
'$(TARGET)-gcc' \
-W -Wall -Werror -ansi -pedantic \
- '$(2).c' -o '$(PREFIX)/$(TARGET)/bin/test-glfw3.exe' \
+ '$(TEST_FILE)' -o '$(PREFIX)/$(TARGET)/bin/test-glfw3.exe' \
`'$(TARGET)-pkg-config' glfw3 --cflags --libs`
endef