From e704da91929b06e5d65959c78e88e570d707a773 Mon Sep 17 00:00:00 2001 From: Vortex Date: Sat, 19 Jun 2021 00:18:53 +0530 Subject: externals: httplib: replace custom httplib header with upstream as submodule. This also includes a minor change to web_service.cpp - to fix compatibility with upstream changes. --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules index d294e850d..749cd0408 100644 --- a/.gitmodules +++ b/.gitmodules @@ -43,3 +43,6 @@ [submodule "SDL"] path = externals/SDL url = https://github.com/libsdl-org/SDL.git +[submodule "externals/cpp-httplib"] + path = externals/cpp-httplib + url = https://github.com/yhirose/cpp-httplib.git -- cgit v1.2.3