diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2018-08-22 09:53:27 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-22 09:53:27 +0200 |
commit | 703de2f6ece307dd0ddbfd8193d1996f141294c3 (patch) | |
tree | c154bca58614f4970dcf144b886e906d4a8972d3 /modules/cvtt/config.py | |
parent | 0e6551d8e2c080149bedcefd6c9dd0061261ea3f (diff) | |
parent | 35f6ba5c5d950171ec3e4f15934ac5494b19acb1 (diff) |
Merge pull request #21256 from elasota/bptc
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 |