We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cefe296 commit 3084ec1Copy full SHA for 3084ec1
build/build/amalgamation_build.lua
@@ -57,7 +57,7 @@ function amalgamation_build()
57
local file = src_files[i]
58
project.add_lua_file(file);
59
end
60
- project.add_lua_code("clpr.add_main(private_vibescript.main)")
+ project.add_lua_code("private_vibescript.main()\n")
61
project.c_external_code[#project.c_external_code + 1] ="#define VIBE_AMALGAMATION\n"
62
project.add_c_file("csrc/start.c",true)
63
project.load_lib_from_c("vibescript_start","cvibescript")
0 commit comments