Skip to content

Commit

Permalink
fixes bug
Browse files Browse the repository at this point in the history
  • Loading branch information
actboy168 committed Apr 10, 2024
1 parent 5a60f26 commit 69e1eec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions compile/lua.lua
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,13 @@ if lm.os == "windows" then
sources = {
"3rd/lua/onelua.c",
"3rd/lua/utf8_crt.c",
("3rd/lua/fast_setjmp_%s.s"):format(lm.arch)
},
defines = {
"MAKE_LUAC",
},
msvc = {
flags = "/wd4334"
flags = "/wd4334",
sources = ("3rd/lua/fast_setjmp_%s.s"):format(lm.arch),
}
}
return
Expand Down

0 comments on commit 69e1eec

Please sign in to comment.