mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-13 19:18:56 +00:00
protobuf: use trezor-common submodule to generate messages
This commit is contained in:
parent
fb318fb69b
commit
efa0f60493
@ -21,7 +21,7 @@ cd "$(dirname "$0")"
|
||||
# set up paths
|
||||
INDEX="__init__.py"
|
||||
GENPATH="${OUTDIR:-../src/trezor/messages}"
|
||||
PROTO_PATH="../../trezor-common/protob"
|
||||
PROTO_PATH="../vendor/trezor-common/protob"
|
||||
PROTO_FILES="types messages"
|
||||
|
||||
# set up temporary directory & cleanup
|
||||
|
Loading…
Reference in New Issue
Block a user