Add uWebSockets submodule
This commit is contained in:
parent
714d43e890
commit
180d505e4c
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
[submodule "uWebSockets"]
|
||||||
|
path = uWebSockets
|
||||||
|
url = https://github.com/uNetworking/uWebSockets
|
4
Makefile
4
Makefile
@ -1,6 +1,6 @@
|
|||||||
C_SHARED := -DLIBUS_USE_LIBUV -flto -O3 -c -fPIC -I ../uWebSockets/uSockets/src ../uWebSockets/uSockets/src/*.c ../uWebSockets/uSockets/src/eventing/*.c
|
C_SHARED := -DLIBUS_USE_LIBUV -flto -O3 -c -fPIC -I uWebSockets/uSockets/src uWebSockets/uSockets/src/*.c uWebSockets/uSockets/src/eventing/*.c
|
||||||
|
|
||||||
CPP_SHARED := -DLIBUS_USE_LIBUV -flto -O3 -c -fPIC -std=c++17 -I ../uWebSockets/uSockets/src -I ../uWebSockets/src src/addon.cpp
|
CPP_SHARED := -DLIBUS_USE_LIBUV -flto -O3 -c -fPIC -std=c++17 -I uWebSockets/uSockets/src -I uWebSockets/src src/addon.cpp
|
||||||
|
|
||||||
CPP_OSX := -stdlib=libc++ -mmacosx-version-min=10.7 -undefined dynamic_lookup
|
CPP_OSX := -stdlib=libc++ -mmacosx-version-min=10.7 -undefined dynamic_lookup
|
||||||
|
|
||||||
|
1
uWebSockets
Submodule
1
uWebSockets
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit 62ac8d16de51060d8271e1bff3d4093ddb3aad6f
|
Loading…
Reference in New Issue
Block a user