update versions of dependencies

This commit is contained in:
Allen Ding 2024-09-03 11:06:15 -07:00
parent 1a53a3c8f7
commit f71fba0c05
4 changed files with 4 additions and 4 deletions

View file

@ -11,7 +11,7 @@ mkdir -p $PREFIX
cd build
rm -rf cjson
git clone -b v1.7.17 --depth=1 https://github.com/DaveGamble/cJSON cjson
git clone -b v1.7.18 --depth=1 https://github.com/DaveGamble/cJSON cjson
cd cjson
sed -i 's/-fstack-protector-strong//' Makefile