mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-13 19:18:56 +00:00
tools/build_protobuf: fix path to trezor_common
This commit is contained in:
parent
fd95bb482e
commit
a4477b8bef
2
tools/build_protobuf
Executable file → Normal file
2
tools/build_protobuf
Executable file → Normal file
@ -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…
Reference in New Issue
Block a user