aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbinary/all_in_one3
1 files changed, 2 insertions, 1 deletions
diff --git a/binary/all_in_one b/binary/all_in_one
index afc5f8dc..4fa0ba76 100755
--- a/binary/all_in_one
+++ b/binary/all_in_one
@@ -405,7 +405,8 @@ local function generate(main_program, dir, skip)
405 fd:write(reindent_c(table.concat(out, "\n"))) 405 fd:write(reindent_c(table.concat(out, "\n")))
406 fd:close() 406 fd:close()
407 407
408 deps.check_lua(cfg.variables) 408 deps.check_lua_incdir(cfg.variables)
409 deps.check_lua_libdir(cfg.variables)
409 410
410 cmd = table.concat(filter_in(nonnull, { 411 cmd = table.concat(filter_in(nonnull, {
411 CC, "-o", TARGET .. "/" .. program_name .. ".exe", 412 CC, "-o", TARGET .. "/" .. program_name .. ".exe",