summaryrefslogtreecommitdiff
path: root/modules/regex/config.py
diff options
context:
space:
mode:
Diffstat (limited to 'modules/regex/config.py')
-rw-r--r--modules/regex/config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/regex/config.py b/modules/regex/config.py
index df9f44cb95..1248a8374d 100644
--- a/modules/regex/config.py
+++ b/modules/regex/config.py
@@ -1,5 +1,5 @@
def can_build(env, platform):
- return True
+ return not env["arch"].startswith("rv")
def configure(env):