diff options
Diffstat (limited to 'modules/websocket')
-rw-r--r-- | modules/websocket/config.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/modules/websocket/config.py b/modules/websocket/config.py index 399ca88fc1..f59ef432b4 100644 --- a/modules/websocket/config.py +++ b/modules/websocket/config.py @@ -1,8 +1,6 @@ - -def can_build(platform): +def can_build(env, platform): return True - def configure(env): pass |