mirror of
https://github.com/Relintai/rcpp_framework.git
synced 2025-05-06 17:51:36 +02: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
|
||||||
sort_modules_dependencies(module_list)
|
sort_modules_dependencies(module_list)
|
||||||
|
|
||||||
|
#Todo ability to turn this on or off
|
||||||
|
env_base.Append(CPPDEFINES=["WEB_ENABLED"])
|
||||||
|
|
||||||
env = env_base.Clone()
|
env = env_base.Clone()
|
||||||
|
|
||||||
if scons_ver >= (4, 0, 0):
|
if scons_ver >= (4, 0, 0):
|
||||||
|
Loading…
Reference in New Issue
Block a user