mirror of
https://github.com/Relintai/rcpp_framework.git
synced 2024-11-10 00:52:11 +01:00
Added WEB_ENABLED cpp define.
This commit is contained in:
parent
b833a3ee3a
commit
20739e4aa0
@ -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):
|
||||
|
Loading…
Reference in New Issue
Block a user