From 32e6709f61f51358e7f95745a4f3a4641e66f5bf Mon Sep 17 00:00:00 2001 From: jadebenn Date: Tue, 26 Nov 2024 23:41:43 -0600 Subject: [PATCH] fix submodules --- .gitmodules | 3 --- thirdparty/libbcrypt | 1 - thirdparty/recastnavigation | 1 - 3 files changed, 5 deletions(-) delete mode 160000 thirdparty/libbcrypt delete mode 160000 thirdparty/recastnavigation diff --git a/.gitmodules b/.gitmodules index c2cfe740..4c50f8b3 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,9 +1,6 @@ [submodule "thirdparty/cpp-httplib"] path = thirdparty/cpp-httplib url = https://github.com/yhirose/cpp-httplib -[submodule "thirdparty/libbcrypt"] - path = thirdparty/libbcrypt - url = https://github.com/trusch/libbcrypt.git [submodule "thirdparty/mariadb-connector-cpp"] path = thirdparty/mariadb-connector-cpp url = https://github.com/mariadb-corporation/mariadb-connector-cpp.git diff --git a/thirdparty/libbcrypt b/thirdparty/libbcrypt deleted file mode 160000 index d6523c37..00000000 --- a/thirdparty/libbcrypt +++ /dev/null @@ -1 +0,0 @@ -Subproject commit d6523c370de6e724ce4ec703e2449b5b028ea3b1 diff --git a/thirdparty/recastnavigation b/thirdparty/recastnavigation deleted file mode 160000 index 6dc1667f..00000000 --- a/thirdparty/recastnavigation +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 6dc1667f580357e8a2154c28b7867bea7e8ad3a7