Core/Eluna: ELUNA disabled at the compilation level

This commit is contained in:
Luis-Gomez
2026-06-11 00:59:34 +02:00
committed by GitHub
parent aca80cb786
commit 3fcaab6121
+1 -1
View File
@@ -34,7 +34,7 @@ foreach(SCRIPT_MODULE ${SCRIPT_MODULE_LIST})
endforeach()
option(TOOLS "Build map/vmap/mmap extraction/assembler tools" 1)
option(ELUNA "Build Eluna Lua Engine" 1)
option(ELUNA "Build Eluna Lua Engine" 0)
option(USE_SCRIPTPCH "Use precompiled headers when compiling scripts" 1)
option(USE_COREPCH "Use precompiled headers when compiling servers" 1)
option(WITH_DYNAMIC_LINKING "Enable dynamic library linking." 0)