mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-04-07 05:46:09 +03:00
fix(build): disable non-library Lua source files that break MinGW finding WinMain
This commit is contained in:
parent
0770f6f347
commit
71a13b65df
4
vendor/lua-5.1.3/CMakeLists.txt
vendored
4
vendor/lua-5.1.3/CMakeLists.txt
vendored
@ -32,8 +32,8 @@ add_library(lua-5.1 STATIC
|
||||
${LUA_SRC_DIR}/ltable.c
|
||||
${LUA_SRC_DIR}/ltablib.c
|
||||
${LUA_SRC_DIR}/ltm.c
|
||||
${LUA_SRC_DIR}/lua.c
|
||||
${LUA_SRC_DIR}/luac.c
|
||||
# ${LUA_SRC_DIR}/lua.c
|
||||
# ${LUA_SRC_DIR}/luac.c
|
||||
${LUA_SRC_DIR}/lundump.c
|
||||
${LUA_SRC_DIR}/lvm.c
|
||||
${LUA_SRC_DIR}/lzio.c
|
||||
|
Loading…
Reference in New Issue
Block a user