1
0
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:
matejcik 2018-05-09 14:11:43 +02:00 committed by Pavol Rusnak
parent fb318fb69b
commit efa0f60493
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

View File

@ -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