diff options
| author | Fabio Alessandrelli | 2017-12-21 03:13:23 +0100 |
|---|---|---|
| committer | Fabio Alessandrelli | 2018-02-06 14:10:13 +0100 |
| commit | 6a644d3ee19b7c68f28c02b29ea0a28c094b04f3 (patch) | |
| tree | d3d1fbce2fe311a0a139570463835f9531a7fa61 /modules/websocket/config.py | |
| parent | fa33e0f62d9ee186464a725333662674bf1fa871 (diff) | |
| download | godot-6a644d3ee19b7c68f28c02b29ea0a28c094b04f3.tar.gz godot-6a644d3ee19b7c68f28c02b29ea0a28c094b04f3.tar.zst godot-6a644d3ee19b7c68f28c02b29ea0a28c094b04f3.zip | |
Diffstat (limited to 'modules/websocket/config.py')
| -rw-r--r-- | modules/websocket/config.py | 7 |
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 |
