From 37cb8a6f8bb81e2827d20b2b91075429f83d76e0 Mon Sep 17 00:00:00 2001 From: Andrea Bondavalli Date: Fri, 18 Nov 2022 12:29:46 +0100 Subject: [PATCH] Changed buildfake.sh script to use the forked version of HTTP Server at https://github.com/yhirose/cpp-httplib.git --- buildfake.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildfake.sh b/buildfake.sh index 3d6b550..801e560 100755 --- a/buildfake.sh +++ b/buildfake.sh @@ -17,7 +17,7 @@ if [ ! -d ravenna-alsa-lkm ]; then fi if [ ! -d cpp-httplib ]; then - git clone https://github.com/yhirose/cpp-httplib.git + git clone https://github.com/bondagit/cpp-httplib.git cd cpp-httplib git checkout 42f9f9107f87ad2ee04be117dbbadd621c449552 cd ..