summaryrefslogtreecommitdiffstats
path: root/src/luabind.mk
diff options
context:
space:
mode:
Diffstat (limited to 'src/luabind.mk')
-rw-r--r--src/luabind.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/luabind.mk b/src/luabind.mk
index c8c2e9d..2c306d2 100644
--- a/src/luabind.mk
+++ b/src/luabind.mk
@@ -26,7 +26,7 @@ define $(PKG)_BUILD
'$(TARGET)-g++' \
-W -Wall \
- '$(2).cpp' -o '$(PREFIX)/$(TARGET)/bin/test-luabind.exe' \
+ '$(TEST_FILE)' -o '$(PREFIX)/$(TARGET)/bin/test-luabind.exe' \
-llua -lluabind
endef