mirror of
https://github.com/defold/extension-websocket.git
synced 2025-06-26 17:47:42 +02:00
Fixed websocket library linkage for all web targets (#56)
This commit is contained in:
parent
de6d493a1c
commit
c4d744ec49
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"]
|
Loading…
x
Reference in New Issue
Block a user