mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Update jsoncpp copy to 1.9.5
This commit is contained in:
parent
5756d6262e
commit
021eddac73
4 changed files with 77 additions and 71 deletions
|
@ -1,7 +1,7 @@
|
|||
#!/bin/sh
|
||||
cd ..
|
||||
git clone https://github.com/open-source-parsers/jsoncpp -b 1.9.4 --depth 1
|
||||
git clone https://github.com/open-source-parsers/jsoncpp -b 1.9.5 --depth 1
|
||||
cd jsoncpp
|
||||
python amalgamate.py
|
||||
./amalgamate.py
|
||||
cp -R dist/json ../json
|
||||
cp dist/jsoncpp.cpp ..
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue