mirror of
https://github.com/walterschell/Lua.git
synced 2024-11-10 01:01:46 +00:00
try to fix build
This commit is contained in:
parent
045961e7a0
commit
dac88f52b8
@ -34,7 +34,7 @@ set(LUA_LIB_SRCS
|
||||
)
|
||||
|
||||
if(LUA_BUILD_AS_CXX)
|
||||
SET_SOURCE_FILES_PROPERTIES(${LUA_LIB_SRCS} PROPERTIES LANGUAGE CXX )
|
||||
set_source_files_properties(${LUA_LIB_SRCS} "src/lua.c" "src/luac.c" PROPERTIES LANGUAGE CXX )
|
||||
endif()
|
||||
|
||||
add_library(lua_static STATIC ${LUA_LIB_SRCS})
|
||||
|
Loading…
Reference in New Issue
Block a user