We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13cc509 commit a1756d2Copy full SHA for a1756d2
generateprotos.sh
@@ -8,9 +8,11 @@
8
# - GAPIC ShowCase
9
10
# Cross-platform tools
11
-protoc_executable="tools/protoc.exe" # default to Windows
12
-grpc_csharp_executable="tools/grpc_csharp_plugin.exe" # default to Windows
13
case "$OSTYPE" in
+ win* | msys* | cygwin*)
+ protoc_executable="tools/protoc.exe" # default to Windows
14
+ grpc_csharp_executable="tools/grpc_csharp_plugin.exe" # default to Windows
15
+ ;;
16
linux*)
17
protoc_executable="tools/protoc"
18
grpc_csharp_executable="tools/grpc_csharp_plugin"
0 commit comments