tools/build_protobuf: fix path to trezor_common

pull/25/head
Jan Pochyla 6 years ago
parent fd95bb482e
commit a4477b8bef

@ -18,7 +18,7 @@ echo '' >> $INDEX
for i in types messages ; do
# Compile .proto files to python2 modules using google protobuf library
cd $CURDIR/../../trezor-common/protob
cd $CURDIR/../vendor/trezor-common/protob
protoc --python_out=$PB2DIR -I/usr/include -I. $i.proto
done

Loading…
Cancel
Save