From 4e728ccaf04517d5da43279a884ccd52c140c048 Mon Sep 17 00:00:00 2001 From: Ciro Date: Sat, 28 May 2022 20:18:31 -0300 Subject: [PATCH] fix modules?? --- .gitignore | 1 - .gitmodules | 2 +- src/socketify/uWebSockets | 1 + 3 files changed, 2 insertions(+), 2 deletions(-) create mode 160000 src/socketify/uWebSockets diff --git a/.gitignore b/.gitignore index 1e87114..a936517 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,4 @@ __pycache__ -/src/socketify/uWebSockets /src/socketify.egg-info /build /dist diff --git a/.gitmodules b/.gitmodules index 7eb849d..01aee11 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,4 +1,4 @@ -[submodule "uWebSockets"] +[submodule "src/socketify/uWebSockets"] path = src/socketify/uWebSockets url = https://github.com/cirospaciari/uWebSockets branch = capi-complete-with-ssl-and-samples \ No newline at end of file diff --git a/src/socketify/uWebSockets b/src/socketify/uWebSockets new file mode 160000 index 0000000..fd78f29 --- /dev/null +++ b/src/socketify/uWebSockets @@ -0,0 +1 @@ +Subproject commit fd78f2960ac3c8ac529a11f115ba824db7e60c09