1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-07-02 16:38:41 +00:00

Update jsoncpp to 1.9.4 (#10477)

Co-authored-by: Zughy <4279489-marco_a@users.noreply.gitlab.com>
This commit is contained in:
Zughy 2020-10-21 21:42:23 +02:00 committed by GitHub
parent 4d9c9186ce
commit f53396b152
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 2475 additions and 2285 deletions

View file

@ -1,6 +1,6 @@
#!/bin/sh
cd ..
git clone https://github.com/open-source-parsers/jsoncpp -b 1.8.3 --depth 1
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