|
@@ -23,17 +23,17 @@ def configure(env):
|
|
envvars.Add(
|
|
envvars.Add(
|
|
PathVariable(
|
|
PathVariable(
|
|
"mono_prefix",
|
|
"mono_prefix",
|
|
- "Path to the mono installation directory for the target platform and architecture",
|
|
|
|
|
|
+ "Path to the Mono installation directory for the target platform and architecture",
|
|
"",
|
|
"",
|
|
PathVariable.PathAccept,
|
|
PathVariable.PathAccept,
|
|
)
|
|
)
|
|
)
|
|
)
|
|
- envvars.Add(BoolVariable("mono_static", "Statically link mono", default_mono_static))
|
|
|
|
- envvars.Add(BoolVariable("mono_glue", "Build with the mono glue sources", True))
|
|
|
|
|
|
+ envvars.Add(BoolVariable("mono_static", "Statically link Mono", default_mono_static))
|
|
|
|
+ envvars.Add(BoolVariable("mono_glue", "Build with the Mono glue sources", True))
|
|
envvars.Add(BoolVariable("build_cil", "Build C# solutions", True))
|
|
envvars.Add(BoolVariable("build_cil", "Build C# solutions", True))
|
|
envvars.Add(
|
|
envvars.Add(
|
|
BoolVariable(
|
|
BoolVariable(
|
|
- "copy_mono_root", "Make a copy of the mono installation directory to bundle with the editor", False
|
|
|
|
|
|
+ "copy_mono_root", "Make a copy of the Mono installation directory to bundle with the editor", True
|
|
)
|
|
)
|
|
)
|
|
)
|
|
|
|
|