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