1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-04-02 11:36:41 +00:00

Revert Lua sol safeties flag

This commit is contained in:
Anton Uramer 2024-02-13 12:35:28 +01:00
parent 08b7ee8a44
commit d6f112aef2

View file

@ -477,7 +477,6 @@ if (NOT WIN32)
endif()
# C++ library binding to Lua
add_compile_definitions(SOL_ALL_SAFETIES_ON)
set(SOL_INCLUDE_DIR ${OpenMW_SOURCE_DIR}/extern/sol3)
set(SOL_CONFIG_DIR ${OpenMW_SOURCE_DIR}/extern/sol_config)