mirror of
https://github.com/defold/extension-websocket.git
synced 2025-09-27 16:02:18 +02:00
Fixed websocket library linkage for all web targets (#56)
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -12,4 +12,5 @@ builtins
|
|||||||
lws_source
|
lws_source
|
||||||
lws_build
|
lws_build
|
||||||
*.profraw
|
*.profraw
|
||||||
*.der
|
*.der
|
||||||
|
/.editor_settings
|
@@ -7,9 +7,6 @@ platforms:
|
|||||||
includes: ["upload/websocket/include/wslay"]
|
includes: ["upload/websocket/include/wslay"]
|
||||||
defines: ["HAVE_CONFIG_H"]
|
defines: ["HAVE_CONFIG_H"]
|
||||||
|
|
||||||
wasm-web:
|
web:
|
||||||
context:
|
|
||||||
linkFlags: ["-lwebsocket.js"]
|
|
||||||
js-web:
|
|
||||||
context:
|
context:
|
||||||
linkFlags: ["-lwebsocket.js"]
|
linkFlags: ["-lwebsocket.js"]
|
Reference in New Issue
Block a user