diff options
| author | Rémi Verschelde | 2016-10-14 19:14:40 +0200 |
|---|---|---|
| committer | Rémi Verschelde | 2016-10-15 12:20:53 +0200 |
| commit | e6dc51a0f764dcd7cd07482c022c1e92e6a4da3d (patch) | |
| tree | 4562ecd03b4d438cae0b179968f091130dadc14d /modules/chibi/config.py | |
| parent | cbf52606f4928df46fc89d37d781bad782f0616e (diff) | |
| download | godot-e6dc51a0f764dcd7cd07482c022c1e92e6a4da3d.tar.gz godot-e6dc51a0f764dcd7cd07482c022c1e92e6a4da3d.tar.zst godot-e6dc51a0f764dcd7cd07482c022c1e92e6a4da3d.zip | |
Diffstat (limited to 'modules/chibi/config.py')
| -rw-r--r-- | modules/chibi/config.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/modules/chibi/config.py b/modules/chibi/config.py new file mode 100644 index 000000000..368e97e15 --- /dev/null +++ b/modules/chibi/config.py @@ -0,0 +1,6 @@ + +def can_build(platform): + return True + +def configure(env): + pass |
