aboutsummaryrefslogtreecommitdiff
path: root/modules/bullet/config.py
diff options
context:
space:
mode:
authorAndreaCatania2017-11-04 20:52:59 +0100
committerAndreaCatania2017-11-04 20:52:59 +0100
commitfb4871c919571d719d27738cc4d7db496a575b57 (patch)
treea92936591e93d6904dd5bd9b3dab9cd868e0480d /modules/bullet/config.py
parented047261f06f814eeb88a1f6ee2dd8abd7a14034 (diff)
downloadgodot-fb4871c919571d719d27738cc4d7db496a575b57.tar.gz
godot-fb4871c919571d719d27738cc4d7db496a575b57.tar.zst
godot-fb4871c919571d719d27738cc4d7db496a575b57.zip
Diffstat (limited to 'modules/bullet/config.py')
-rw-r--r--modules/bullet/config.py6
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
+