File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change
1
+ [submodule "uWebSockets "]
2
+ path = uWebSockets
3
+ url = https://github.com/uNetworking/uWebSockets
Original file line number Diff line number Diff line change 1
- C_SHARED := -DLIBUS_USE_LIBUV -flto -O3 -c -fPIC -I ../ uWebSockets/uSockets/src ../ uWebSockets/uSockets/src/*.c ../ uWebSockets/uSockets/src/eventing/*.c
1
+ C_SHARED := -DLIBUS_USE_LIBUV -flto -O3 -c -fPIC -I uWebSockets/uSockets/src uWebSockets/uSockets/src/*.c uWebSockets/uSockets/src/eventing/*.c
2
2
3
- CPP_SHARED := -DLIBUS_USE_LIBUV -flto -O3 -c -fPIC -std=c++17 -I ../ uWebSockets/uSockets/src -I ../ uWebSockets/src src/addon.cpp
3
+ CPP_SHARED := -DLIBUS_USE_LIBUV -flto -O3 -c -fPIC -std=c++17 -I uWebSockets/uSockets/src -I uWebSockets/src src/addon.cpp
4
4
5
5
CPP_OSX := -stdlib=libc++ -mmacosx-version-min=10.7 -undefined dynamic_lookup
6
6
You can’t perform that action at this time.
0 commit comments