Changed build.sh script to use the forked version of HTTP Server at https://github.com/yhirose/cpp-httplib.git
This commit is contained in:
parent
2fdcfea428
commit
c85a96c8c2
2
build.sh
2
build.sh
@ -18,7 +18,7 @@ if [ ! -d ravenna-alsa-lkm ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
if [ ! -d cpp-httplib ]; then
|
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
|
cd cpp-httplib
|
||||||
git checkout 42f9f9107f87ad2ee04be117dbbadd621c449552
|
git checkout 42f9f9107f87ad2ee04be117dbbadd621c449552
|
||||||
cd ..
|
cd ..
|
||||||
|
Loading…
x
Reference in New Issue
Block a user