diff --git a/modules/mono/config.py b/modules/mono/config.py index 0573fc662a..24d028a9d0 100644 --- a/modules/mono/config.py +++ b/modules/mono/config.py @@ -1,7 +1,4 @@ def can_build(env, platform): - if env["arch"].startswith("rv"): - return False - if env.editor_build: env.module_add_dependencies("mono", ["regex"])