diff options
Diffstat (limited to 'modules/thekla_unwrap/config.py')
-rw-r--r-- | modules/thekla_unwrap/config.py | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/modules/thekla_unwrap/config.py b/modules/thekla_unwrap/config.py deleted file mode 100644 index fad6095064..0000000000 --- a/modules/thekla_unwrap/config.py +++ /dev/null @@ -1,6 +0,0 @@ -def can_build(env, platform): - #return (env['tools'] and platform not in ["android", "ios"]) - return False - -def configure(env): - pass |