From 004d8e044a9bef2a67132b62ebe657aa7451d944 Mon Sep 17 00:00:00 2001 From: murgatroid99 Date: Tue, 12 Feb 2019 16:04:29 -0800 Subject: [PATCH] Trying 'cmake.exe' --- packages/grpc-tools/build_binaries.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/grpc-tools/build_binaries.ps1 b/packages/grpc-tools/build_binaries.ps1 index b0d92307..6956b0ec 100644 --- a/packages/grpc-tools/build_binaries.ps1 +++ b/packages/grpc-tools/build_binaries.ps1 @@ -31,8 +31,8 @@ foreach ($Arch in $ArchList) { $Generator = "Visual Studio 14 2015" } - & cmake . - & cmake --build . + & cmake.exe . + & cmake.exe --build . Copy-Item ($ProtobufBase + "/protoc.exe") -Destination ($Base + "/build/bin/protoc.exe") Copy-Item ($Base + "/grpc_node_plugin.exe") -Destination ($Base + "/build/bin/grpc_node_plugin.exe")