Skip to content

Commit

Permalink
update bee
Browse files Browse the repository at this point in the history
  • Loading branch information
actboy168 committed May 12, 2024
1 parent 0fd8df1 commit 3cdb97e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 3rd/bee.lua
6 changes: 4 additions & 2 deletions compile/common/bee.lua
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,6 @@ lm:source_set "source_lua" {
includes = ".",
sources = {
"3rd/lua/onelua.c",
"3rd/lua/linit.c",
},
defines = "MAKE_LIB",
windows = {
Expand Down Expand Up @@ -220,7 +219,10 @@ lm:source_set "source_bootstrap" {
"source_lua",
},
includes = { "3rd/lua", "." },
sources = "bootstrap/main.cpp",
sources = {
"bootstrap/main.cpp",
"bootstrap/bootstrap_init.cpp",
},
macos = {
defines = "LUA_USE_MACOSX",
links = { "m", "dl" },
Expand Down

0 comments on commit 3cdb97e

Please sign in to comment.