about summary refs log tree commit diff stats
path: root/.gitmodules
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2024-02-27 16:32:32 -0500
committerStar Rauchenberger <fefferburbia@gmail.com>2024-02-27 16:32:32 -0500
commitb2b60f8ade218920dc3eb5304e7abb7dfa9f3a8d (patch)
tree23db862c08ca13d39961ce4693c713f7af610d95 /.gitmodules
parentd03abe0db3c56502a1522230bc392f993447213d (diff)
downloadlingo-ap-tracker-b2b60f8ade218920dc3eb5304e7abb7dfa9f3a8d.tar.gz
lingo-ap-tracker-b2b60f8ade218920dc3eb5304e7abb7dfa9f3a8d.tar.bz2
lingo-ap-tracker-b2b60f8ade218920dc3eb5304e7abb7dfa9f3a8d.zip
Fix websocketpp on gcc
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules3
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/