summaryrefslogtreecommitdiffstats
path: root/modules/websocket/config.py
diff options
context:
space:
mode:
authorFabio Alessandrelli <fabio.alessandrelli@gmail.com>2017-12-21 03:13:23 +0100
committerFabio Alessandrelli <fabio.alessandrelli@gmail.com>2018-02-06 14:10:13 +0100
commit6a644d3ee19b7c68f28c02b29ea0a28c094b04f3 (patch)
treed3d1fbce2fe311a0a139570463835f9531a7fa61 /modules/websocket/config.py
parentfa33e0f62d9ee186464a725333662674bf1fa871 (diff)
downloadredot-engine-6a644d3ee19b7c68f28c02b29ea0a28c094b04f3.tar.gz
Add websocket module.
Webassembly is client-only for obvious reasons. Other platforms support both client and server using libwebsockets.
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 0000000000..fb920482f5
--- /dev/null
+++ b/modules/websocket/config.py
@@ -0,0 +1,7 @@
+
+def can_build(platform):
+ return True
+
+
+def configure(env):
+ pass