diff options
| author | elasota <ejlasota@gmail.com> | 2018-08-21 22:56:04 -0400 |
|---|---|---|
| committer | elasota <ejlasota@gmail.com> | 2018-08-21 22:56:04 -0400 |
| commit | 35f6ba5c5d950171ec3e4f15934ac5494b19acb1 (patch) | |
| tree | c154bca58614f4970dcf144b886e906d4a8972d3 /modules/cvtt/config.py | |
| parent | 0e6551d8e2c080149bedcefd6c9dd0061261ea3f (diff) | |
| download | redot-engine-35f6ba5c5d950171ec3e4f15934ac5494b19acb1.tar.gz | |
BPTC support
Diffstat (limited to 'modules/cvtt/config.py')
| -rw-r--r-- | modules/cvtt/config.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/modules/cvtt/config.py b/modules/cvtt/config.py new file mode 100644 index 0000000000..098f1eafa9 --- /dev/null +++ b/modules/cvtt/config.py @@ -0,0 +1,5 @@ +def can_build(env, platform): + return env['tools'] + +def configure(env): + pass |
