aboutsummaryrefslogtreecommitdiff
path: root/binary
diff options
context:
space:
mode:
Diffstat (limited to 'binary')
-rwxr-xr-xbinary/all_in_one4
1 files changed, 2 insertions, 2 deletions
diff --git a/binary/all_in_one b/binary/all_in_one
index 34b84a2c..63c6ef98 100755
--- a/binary/all_in_one
+++ b/binary/all_in_one
@@ -410,8 +410,8 @@ local function generate(main_program, dir, skip)
410 fd:write(reindent_c(table.concat(out, "\n"))) 410 fd:write(reindent_c(table.concat(out, "\n")))
411 fd:close() 411 fd:close()
412 412
413 deps.check_lua_incdir(cfg.variables) 413 assert(deps.check_lua_incdir(cfg.variables))
414 deps.check_lua_libdir(cfg.variables) 414 assert(deps.check_lua_libdir(cfg.variables))
415 415
416 cmd = table.concat(filter_in(nonnull, { 416 cmd = table.concat(filter_in(nonnull, {
417 CC, "-o", TARGET_DIR .. "/" .. program_name .. ".exe", 417 CC, "-o", TARGET_DIR .. "/" .. program_name .. ".exe",