Allow build mono module on RISC-V

This commit is contained in:
Student Main
2026-03-19 06:10:08 +08:00
parent 456bdea954
commit 0fe3883cce
-3
View File
@@ -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"])