projects
/
tools
/
dynpart-tools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a0bb690
)
Build libjsonpbparse
author
3arthur6
<arthur.trouillot@gmail.com>
Sun, 14 Nov 2021 16:25:05 +0000
(17:25 +0100)
committer
3arthur6
<arthur.trouillot@gmail.com>
Sun, 14 Nov 2021 16:25:05 +0000
(17:25 +0100)
- lpdump dependency
make.sh
patch
|
blob
|
history
diff --git
a/make.sh
b/make.sh
index e0bac15a7cf50f7bd1fd2a3eb4f94791682c48b2..8f1d19873b93bdd93dc2e5dd94716a9af1a67b82 100755
(executable)
--- a/
make.sh
+++ b/
make.sh
@@
-516,6
+516,11
@@
src/google/protobuf/wrappers.pb.cc
$AR rcs ../lib/libprotobuf-cpp-full.a *.o
rm -r *.o
+cd ../libjsonpb
+$CC -std=c++17 -I../include -Iparse/include ${CFLAGS} -c parse/jsonpb.cpp
+$AR rcs ../lib/libjsonpbparse.a *.o
+rm -r *.o
+
cd ../../partition_tools
case "$OSTYPE" in
linux* | darwin*)