diff options
Diffstat (limited to 'modules/regex/config.py')
-rw-r--r-- | modules/regex/config.py | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/modules/regex/config.py b/modules/regex/config.py new file mode 100644 index 0000000000..5347cfd243 --- /dev/null +++ b/modules/regex/config.py @@ -0,0 +1,9 @@ +#!/usr/bin/env python + + +def can_build(platform): + return True + + +def configure(env): + pass |