mirror of
https://github.com/etlegacy/etlegacy-libs.git
synced 2025-04-09 07:52:04 +00:00
build: dont flood the lua windows definition
This commit is contained in:
parent
8e6f56365e
commit
8c92a06b90
1 changed files with 1 additions and 1 deletions
|
@ -731,7 +731,7 @@ if(BUNDLED_LUA AND BUILD_MOD)
|
|||
if (APPLE)
|
||||
target_compile_definitions(bundled_lua PUBLIC LUA_USE_MACOSX)
|
||||
elseif(WIN32)
|
||||
target_compile_definitions(bundled_lua PUBLIC LUA_USE_WINDOWS)
|
||||
# target_compile_definitions(bundled_lua PUBLIC LUA_USE_WINDOWS)
|
||||
elseif(CMAKE_SYSTEM MATCHES "OpenBSD*")
|
||||
target_compile_definitions(bundled_lua PUBLIC LUA_USE_POSIX)
|
||||
else()
|
||||
|
|
Loading…
Reference in a new issue