mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
Enable all safeties for sol
This commit is contained in:
parent
24ec7710a6
commit
3faa5cb9b3
|
@ -212,6 +212,7 @@ endif()
|
|||
if (CHATTERINO_PLUGINS)
|
||||
set(LUA_INCLUDE_DIRS "${CMAKE_SOURCE_DIR}/lib/lua/src")
|
||||
add_subdirectory(lib/lua)
|
||||
add_definitions(-DSOL_ALL_SAFETIES_ON=1)
|
||||
|
||||
find_package(Sol2 REQUIRED)
|
||||
endif()
|
||||
|
|
Loading…
Reference in a new issue