mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-01-24 14:20:57 +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
|
for i in types messages ; do
|
||||||
# Compile .proto files to python2 modules using google protobuf library
|
# 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
|
protoc --python_out=$PB2DIR -I/usr/include -I. $i.proto
|
||||||
done
|
done
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user