minetest/lib/jsoncpp/json/UPDATING
Zughy f53396b152
Update jsoncpp to 1.9.4 (#10477)
Co-authored-by: Zughy <4279489-marco_a@users.noreply.gitlab.com>
2020-10-21 20:42:23 +01:00

8 lines
171 B
Bash

#!/bin/sh
cd ..
git clone https://github.com/open-source-parsers/jsoncpp -b 1.9.4 --depth 1
cd jsoncpp
python amalgamate.py
cp -R dist/json ../json
cp dist/jsoncpp.cpp ..