Code Review
/
apps
/
low-level-can-service.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
05e2dc2
)
Fix protoc plugin path
author
Petteri Aimonen
<jpa@git.mail.kapsi.fi>
Sun, 17 Nov 2013 18:25:18 +0000
(20:25 +0200)
committer
Petteri Aimonen
<jpa@git.mail.kapsi.fi>
Sun, 29 Dec 2013 18:26:57 +0000
(20:26 +0200)
extra/nanopb.mk
patch
|
blob
|
history
diff --git
a/extra/nanopb.mk
b/extra/nanopb.mk
index
b52c78c
..
296f98e
100644
(file)
--- a/
extra/nanopb.mk
+++ b/
extra/nanopb.mk
@@
-17,9
+17,9
@@
else
# Source only or git checkout
PROTOC = protoc
ifdef windir
- PROTOC_OPTS = --plugin=nanopb=$(NANOPB_DIR)/generator/protoc-gen-nanopb.bat
+ PROTOC_OPTS = --plugin=
protoc-gen-
nanopb=$(NANOPB_DIR)/generator/protoc-gen-nanopb.bat
else
- PROTOC_OPTS = --plugin=nanopb=$(NANOPB_DIR)/generator/protoc-gen-nanopb
+ PROTOC_OPTS = --plugin=
protoc-gen-
nanopb=$(NANOPB_DIR)/generator/protoc-gen-nanopb
endif
endif