mirror of
https://github.com/defold/extension-websocket.git
synced 2025-09-27 07:52: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_build
|
||||
*.profraw
|
||||
*.der
|
||||
*.der
|
||||
/.editor_settings
|
@@ -7,9 +7,6 @@ platforms:
|
||||
includes: ["upload/websocket/include/wslay"]
|
||||
defines: ["HAVE_CONFIG_H"]
|
||||
|
||||
wasm-web:
|
||||
context:
|
||||
linkFlags: ["-lwebsocket.js"]
|
||||
js-web:
|
||||
web:
|
||||
context:
|
||||
linkFlags: ["-lwebsocket.js"]
|
Reference in New Issue
Block a user