fix warning tmpnam
This commit is contained in:
@@ -501,6 +501,8 @@ if (NOT CROSSTOOLS)
|
||||
target_include_directories(pip_lua PUBLIC "${_lua_src_dir}")
|
||||
if (WIN32)
|
||||
target_compile_definitions(pip_lua PRIVATE LUA_BUILD_AS_DLL LUA_CORE)
|
||||
else()
|
||||
target_compile_definitions(pip_lua PRIVATE LUA_USE_POSIX)
|
||||
endif()
|
||||
list(APPEND HDR_DIRS "${PIP_3PL_DIR}/LuaBridge")
|
||||
list(APPEND HDRS ${_lua_src_hdr})
|
||||
|
||||
Reference in New Issue
Block a user