diff options
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 0000000000..fb920482f5 --- /dev/null +++ b/modules/websocket/config.py @@ -0,0 +1,7 @@ + +def can_build(platform): +    return True + + +def configure(env): +    pass  |