We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eadbd7b commit aa000ccCopy full SHA for aa000cc
example2/Makefile
@@ -1,4 +1,8 @@
1
-export PROTOC=${HOME}/protoc/bin/protoc
+ifeq ($(OS),Windows_NT)
2
+ @echo "Skipping protoc path set on Windows"
3
+else
4
+ export PROTOC=${HOME}/protoc/bin/protoc
5
+endif
6
7
#
8
# Build
0 commit comments