This commit is contained in:
Relintai 2022-02-05 19:20:03 +01:00
parent 079dd663ee
commit d43b04a03c
1 changed files with 2 additions and 0 deletions

View File

@ -269,6 +269,8 @@ for mf in module_folders:
# Sort modules dependencies
sort_modules_dependencies(module_list)
# TODO defines like this should be generated into a header file, to keep the compile commands shorter
# Also generate a define for each module
#Todo ability to turn this on or off
env_base.Append(CPPDEFINES=["WEB_ENABLED"])