Allow build mono module on RISC-V
This commit is contained in:
@@ -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"])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user