Skip to content

Commit

Permalink
use bootstrap_init
Browse files Browse the repository at this point in the history
  • Loading branch information
actboy168 committed May 12, 2024
1 parent b4fda4e commit c376d0e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 4 additions & 1 deletion compile/bootstrap.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@ local lm = require "luamake"

lm:src "source_bootstrap" {
includes = { "3rd/lua", "." },
sources = "bootstrap/main.cpp",
sources = {
"bootstrap/main.cpp",
"bootstrap/bootstrap_init.cpp",
},
windows = {
deps = "bee_utf8_crt",
},
Expand Down
1 change: 0 additions & 1 deletion compile/common.lua
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,6 @@ lm:lua_src "source_bee" {
lm:source_set "source_lua" {
sources = {
"3rd/lua/onelua.c",
"3rd/lua/linit.c",
},
defines = "MAKE_LIB",
visibility = "default",
Expand Down

0 comments on commit c376d0e

Please sign in to comment.