mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Improve build configuration options
This commit is contained in:
parent
16fc8b5fc2
commit
aef1332e42
7 changed files with 104 additions and 35 deletions
|
@ -45,6 +45,7 @@ if(DEFAULT_DLOPEN)
|
|||
else()
|
||||
option(LUA_USE_DLOPEN "Enable dlopen support." OFF)
|
||||
endif()
|
||||
mark_as_advanced(LUA_USE_DLOPEN)
|
||||
|
||||
if(DEFAULT_POSIX)
|
||||
else()
|
||||
|
@ -55,6 +56,7 @@ if(DEFAULT_ANSI)
|
|||
else()
|
||||
option(LUA_ANSI "Disable non-ansi features." OFF)
|
||||
endif()
|
||||
mark_as_advanced(LUA_ANSI)
|
||||
|
||||
#
|
||||
# Lua version
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue