summaryrefslogtreecommitdiffstats
path: root/src/Bindings/AllToLua.sh
diff options
context:
space:
mode:
authorMattes D <github@xoft.cz>2015-05-12 09:20:54 +0200
committerMattes D <github@xoft.cz>2015-05-12 09:20:54 +0200
commit4b97569b3a635260cc9ce71470fc9b09cfb38167 (patch)
tree70af92a6a479fcf58cc1b7dd7f9ac4105f01261f /src/Bindings/AllToLua.sh
parentToLua: Fixed LuaJit compatibility. (diff)
downloadcuberite-4b97569b3a635260cc9ce71470fc9b09cfb38167.tar
cuberite-4b97569b3a635260cc9ce71470fc9b09cfb38167.tar.gz
cuberite-4b97569b3a635260cc9ce71470fc9b09cfb38167.tar.bz2
cuberite-4b97569b3a635260cc9ce71470fc9b09cfb38167.tar.lz
cuberite-4b97569b3a635260cc9ce71470fc9b09cfb38167.tar.xz
cuberite-4b97569b3a635260cc9ce71470fc9b09cfb38167.tar.zst
cuberite-4b97569b3a635260cc9ce71470fc9b09cfb38167.zip
Diffstat (limited to 'src/Bindings/AllToLua.sh')
-rw-r--r--src/Bindings/AllToLua.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Bindings/AllToLua.sh b/src/Bindings/AllToLua.sh
index 887c2490c..625ae4300 100644
--- a/src/Bindings/AllToLua.sh
+++ b/src/Bindings/AllToLua.sh
@@ -1,2 +1,2 @@
#!/bin/bash
-/usr/bin/tolua++ -L virtual_method_hooks.lua -o Bindings.cpp -H Bindings.h AllToLua.pkg
+/usr/bin/tolua++ -L BindingsProcessor.lua -o Bindings.cpp -H Bindings.h AllToLua.pkg