Added WEB_ENABLED cpp define.

This commit is contained in:
Relintai 2022-02-05 18:25:02 +01:00
parent b833a3ee3a
commit 20739e4aa0

View File

@ -269,6 +269,9 @@ for mf in module_folders:
# Sort modules dependencies
sort_modules_dependencies(module_list)
#Todo ability to turn this on or off
env_base.Append(CPPDEFINES=["WEB_ENABLED"])
env = env_base.Clone()
if scons_ver >= (4, 0, 0):