summaryrefslogtreecommitdiff
path: root/modules/mono/SCsub
diff options
context:
space:
mode:
authorIgnacio Etcheverry <ignalfonsore@gmail.com>2020-05-22 03:12:54 +0200
committerIgnacio Etcheverry <ignalfonsore@gmail.com>2020-05-22 17:44:33 +0200
commite3a54152e4767e2835369aeaa23578d818903cea (patch)
tree92c3a3a42c745624e0450e6cb7208f3bd37ef824 /modules/mono/SCsub
parent9239412027b6c25009efab69dc39650e0d76c56d (diff)
Add SCons option to not build C# solutions
Diffstat (limited to 'modules/mono/SCsub')
-rw-r--r--modules/mono/SCsub2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/mono/SCsub b/modules/mono/SCsub
index c723b210cb..e8f3174a0a 100644
--- a/modules/mono/SCsub
+++ b/modules/mono/SCsub
@@ -29,7 +29,7 @@ if env_mono["tools"] or env_mono["target"] != "release":
mono_configure.configure(env, env_mono)
-if env_mono["tools"] and env_mono["mono_glue"]:
+if env_mono["tools"] and env_mono["mono_glue"] and env_mono["build_cil"]:
# Build Godot API solution
import build_scripts.api_solution_build as api_solution_build