aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/run_tests/build_package_node.sh
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2016-06-27 09:02:47 -0700
committerGravatar Craig Tiller <ctiller@google.com>2016-06-27 09:02:47 -0700
commita6e022f98f157ff938fbfb90b5666eab83579cd2 (patch)
tree16ef4fc47db6d17022475d96728ceacfff578617 /tools/run_tests/build_package_node.sh
parente010fb7d9e1b210a6d74ab4533876aae80543dd0 (diff)
parent0c75c11f96ea14a4d53e24f3524e2fa126e1892a (diff)
Merge github.com:grpc/grpc into %s
Diffstat (limited to 'tools/run_tests/build_package_node.sh')
-rwxr-xr-xtools/run_tests/build_package_node.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/run_tests/build_package_node.sh b/tools/run_tests/build_package_node.sh
index 6f7211b53f..ff4cfdb8bf 100755
--- a/tools/run_tests/build_package_node.sh
+++ b/tools/run_tests/build_package_node.sh
@@ -86,6 +86,7 @@ for arch in {x86,x64}; do
cp $input_dir/protoc* bin/
cp $input_dir/grpc_node_plugin* bin/
mkdir -p bin/google/protobuf
+ mkdir -p bin/google/protobuf/compiler # needed for plugin.proto
for proto in "${well_known_protos[@]}"; do
cp $base/third_party/protobuf/src/google/protobuf/$proto.proto bin/google/protobuf/$proto.proto
done