diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2024-02-27 16:32:32 -0500 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2024-02-27 16:38:54 -0500 |
commit | 10d6eff4dc1ab7a79920721c0fe2ed371d7dfaf3 (patch) | |
tree | c5ff5c0684e70a0e252b550ea8550eb9a2d7f6d5 /.gitmodules | |
parent | c714f8d2a5827196ca86ed4351ae22cfce5dfce5 (diff) | |
download | lingo-ap-tracker-10d6eff4dc1ab7a79920721c0fe2ed371d7dfaf3.tar.gz lingo-ap-tracker-10d6eff4dc1ab7a79920721c0fe2ed371d7dfaf3.tar.bz2 lingo-ap-tracker-10d6eff4dc1ab7a79920721c0fe2ed371d7dfaf3.zip |
Fix websocketpp on gcc
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.gitmodules b/.gitmodules index f25b54a..ebe016f 100644 --- a/.gitmodules +++ b/.gitmodules | |||
@@ -10,9 +10,6 @@ | |||
10 | [submodule "vendor/wswrap"] | 10 | [submodule "vendor/wswrap"] |
11 | path = vendor/wswrap | 11 | path = vendor/wswrap |
12 | url = https://github.com/black-sliver/wswrap.git | 12 | url = https://github.com/black-sliver/wswrap.git |
13 | [submodule "vendor/websocketpp"] | ||
14 | path = vendor/websocketpp | ||
15 | url = https://github.com/zaphoyd/websocketpp.git | ||
16 | [submodule "vendor/asio"] | 13 | [submodule "vendor/asio"] |
17 | path = vendor/asio | 14 | path = vendor/asio |
18 | url = https://github.com/chriskohlhoff/asio/ | 15 | url = https://github.com/chriskohlhoff/asio/ |