Initial the websocket implementation.
Not yet running on other threads, but can read/write to a websocket from a browser.
This commit is contained in:
@@ -348,6 +348,7 @@ def run_gyp(format):
|
||||
"""
|
||||
shell_call(' '.join([
|
||||
'gyp',
|
||||
'--include=common.gypi',
|
||||
'-f %s' % (format),
|
||||
# Set the VS version.
|
||||
# TODO(benvanik): allow user to set?
|
||||
|
||||
Reference in New Issue
Block a user