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")