|
@@ -89,10 +89,10 @@ def configure(env):
|
|
|
|
|
|
if env["tools"]:
|
|
if env["tools"]:
|
|
if not env["threads_enabled"]:
|
|
if not env["threads_enabled"]:
|
|
- print("Threads must be enabled to build the editor. Please add the 'threads_enabled=yes' option")
|
|
|
|
- sys.exit(255)
|
|
|
|
|
|
+ print('Note: Forcing "threads_enabled=yes" as it is required for the web editor.')
|
|
|
|
+ env["threads_enabled"] = "yes"
|
|
if env["initial_memory"] < 64:
|
|
if env["initial_memory"] < 64:
|
|
- print("Editor build requires at least 64MiB of initial memory. Forcing it.")
|
|
|
|
|
|
+ print('Note: Forcing "initial_memory=64" as it is required for the web editor.')
|
|
env["initial_memory"] = 64
|
|
env["initial_memory"] = 64
|
|
env.Append(CCFLAGS=["-frtti"])
|
|
env.Append(CCFLAGS=["-frtti"])
|
|
elif env["builtin_icu"]:
|
|
elif env["builtin_icu"]:
|