Skip to content

Commit 3084ec1

Browse files
att
1 parent cefe296 commit 3084ec1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/build/amalgamation_build.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ function amalgamation_build()
5757
local file = src_files[i]
5858
project.add_lua_file(file);
5959
end
60-
project.add_lua_code("clpr.add_main(private_vibescript.main)")
60+
project.add_lua_code("private_vibescript.main()\n")
6161
project.c_external_code[#project.c_external_code + 1] ="#define VIBE_AMALGAMATION\n"
6262
project.add_c_file("csrc/start.c",true)
6363
project.load_lib_from_c("vibescript_start","cvibescript")

0 commit comments

Comments
 (0)