aboutsummaryrefslogtreecommitdiff
path: root/modules/websocket/config.py
diff options
context:
space:
mode:
authorFabio Alessandrelli2017-12-21 03:13:23 +0100
committerFabio Alessandrelli2018-02-06 14:10:13 +0100
commit6a644d3ee19b7c68f28c02b29ea0a28c094b04f3 (patch)
treed3d1fbce2fe311a0a139570463835f9531a7fa61 /modules/websocket/config.py
parentfa33e0f62d9ee186464a725333662674bf1fa871 (diff)
downloadgodot-6a644d3ee19b7c68f28c02b29ea0a28c094b04f3.tar.gz
godot-6a644d3ee19b7c68f28c02b29ea0a28c094b04f3.tar.zst
godot-6a644d3ee19b7c68f28c02b29ea0a28c094b04f3.zip
Diffstat (limited to 'modules/websocket/config.py')
-rw-r--r--modules/websocket/config.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/modules/websocket/config.py b/modules/websocket/config.py
new file mode 100644
index 000000000..fb920482f
--- /dev/null
+++ b/modules/websocket/config.py
@@ -0,0 +1,7 @@
+
+def can_build(platform):
+ return True
+
+
+def configure(env):
+ pass