From efa0f604934fbdd574d5d62e2bfea0926829825e Mon Sep 17 00:00:00 2001 From: matejcik Date: Wed, 9 May 2018 14:11:43 +0200 Subject: [PATCH] protobuf: use trezor-common submodule to generate messages --- tools/build_protobuf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/build_protobuf b/tools/build_protobuf index d85079e6a..04cc8d107 100755 --- a/tools/build_protobuf +++ b/tools/build_protobuf @@ -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