summaryrefslogtreecommitdiffstats
path: root/CMake/GenerateBindings.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'CMake/GenerateBindings.cmake')
-rw-r--r--CMake/GenerateBindings.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/CMake/GenerateBindings.cmake b/CMake/GenerateBindings.cmake
index 584ad1b66..d91d26a03 100644
--- a/CMake/GenerateBindings.cmake
+++ b/CMake/GenerateBindings.cmake
@@ -107,8 +107,8 @@ function(enable_bindings_generation)
# Generate the bindings:
add_custom_command(
OUTPUT ${BINDING_OUTPUTS}
- COMMAND luaexe BindingsProcessor.lua
+ COMMAND lua BindingsProcessor.lua
WORKING_DIRECTORY ${BINDINGS_FOLDER}
- DEPENDS ${BINDING_DEPENDENCIES} luaexe
+ DEPENDS ${BINDING_DEPENDENCIES} lua
)
endfunction()