OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LIBPROTOC
(Results
1 - 2
of
2
) sorted by null
/external/nanopb-c/tools/
make_linux_package.sh
33
LIBPROTOC
=$(ldd `which protoc` | grep -o '/.*
libprotoc
[^ ]*')
34
cp $
LIBPROTOC
$DEST/generator-bin/
make_mac_package.sh
35
LIBPROTOC
=$(otool -L `which protoc` | grep -o '/.*
libprotoc
[^ ]*')
37
cp $
LIBPROTOC
$LIBPROTOBUF $DEST/generator-bin/
Completed in 521 milliseconds