Skip to content

Commit

Permalink
Fix incorrect Lua source files in the Lua library build
Browse files Browse the repository at this point in the history
Fix incorrect Lua source files in the Lua library build. The
sources include lua.c and luac.c which contain actual programs
with "int main" entry points.
  • Loading branch information
ensisoft committed Oct 11, 2024
1 parent ce5fd2f commit 40ab83f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions third_party/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,6 @@ add_library(Lua
lua/src/ltable.c
lua/src/ltablib.c
lua/src/ltm.c
lua/src/lua.c
lua/src/luac.c
lua/src/lundump.c
lua/src/lutf8lib.c
lua/src/lvm.c
Expand Down

0 comments on commit 40ab83f

Please sign in to comment.