From ae0cb0478e2fbddfb64b6bb921020cead92e92d8 Mon Sep 17 00:00:00 2001 From: matejcik Date: Mon, 26 Mar 2018 16:17:45 +0200 Subject: [PATCH] build: use trezor-common from submodule --- tools/build_protobuf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/build_protobuf b/tools/build_protobuf index 04ddc9824b..02c328f337 100755 --- a/tools/build_protobuf +++ b/tools/build_protobuf @@ -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"