aboutsummaryrefslogtreecommitdiff
path: root/third-party/cmake/BuildLua.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'third-party/cmake/BuildLua.cmake')
-rw-r--r--third-party/cmake/BuildLua.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/third-party/cmake/BuildLua.cmake b/third-party/cmake/BuildLua.cmake
index eab835a096..c3f789509e 100644
--- a/third-party/cmake/BuildLua.cmake
+++ b/third-party/cmake/BuildLua.cmake
@@ -91,7 +91,7 @@ set(BUSTED_LUA ${BUSTED}-lua)
add_custom_command(OUTPUT ${BUSTED_LUA}
COMMAND sed -e 's/^exec/exec $$LUA_DEBUGGER/' -e 's/jit//g' < ${BUSTED} > ${BUSTED_LUA} && chmod +x ${BUSTED_LUA}
- DEPENDS lua busted)
+ DEPENDS lua busted ${BUSTED})
add_custom_target(busted-lua
DEPENDS ${DEPS_INSTALL_DIR}/bin/busted-lua)