diff options
| author | AndreaCatania | 2017-11-04 20:52:59 +0100 |
|---|---|---|
| committer | AndreaCatania | 2017-11-04 20:52:59 +0100 |
| commit | fb4871c919571d719d27738cc4d7db496a575b57 (patch) | |
| tree | a92936591e93d6904dd5bd9b3dab9cd868e0480d /modules/bullet/config.py | |
| parent | ed047261f06f814eeb88a1f6ee2dd8abd7a14034 (diff) | |
| download | godot-fb4871c919571d719d27738cc4d7db496a575b57.tar.gz godot-fb4871c919571d719d27738cc4d7db496a575b57.tar.zst godot-fb4871c919571d719d27738cc4d7db496a575b57.zip | |
Diffstat (limited to 'modules/bullet/config.py')
| -rw-r--r-- | modules/bullet/config.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/modules/bullet/config.py b/modules/bullet/config.py new file mode 100644 index 000000000..b00ea1832 --- /dev/null +++ b/modules/bullet/config.py @@ -0,0 +1,6 @@ +def can_build(platform): + return True + +def configure(env): + pass + |
