1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-12-22 22:38:08 +00:00

build: use trezor-common from submodule

This commit is contained in:
matejcik 2018-03-26 16:17:45 +02:00
parent c844430363
commit ae0cb0478e

View File

@ -5,7 +5,7 @@ cd "$(dirname "$0")"
GENPATH="../trezorlib/messages"
INDEX="$GENPATH/__init__.py"
PROTO_PATH="../../trezor-common/protob"
PROTO_PATH="../vendor/trezor-common/protob"
PROTO_FILES="types messages"
PB2_OUT="pb2"