mirror of
https://github.com/defold/extension-websocket.git
synced 2025-09-30 09:12:18 +02:00
Use builtin Emscripten webscoket implementation for html5.
Update .gitignore.
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
#endif
|
||||
|
||||
#if defined(__EMSCRIPTEN__)
|
||||
#include "emscripten/websocket.h"
|
||||
#include <emscripten/websocket.h>
|
||||
#endif
|
||||
|
||||
#include <dmsdk/dlib/connection_pool.h>
|
||||
|
Reference in New Issue
Block a user