Fix protoc plugin path
This commit is contained in:
@@ -17,9 +17,9 @@ else
|
|||||||
# Source only or git checkout
|
# Source only or git checkout
|
||||||
PROTOC = protoc
|
PROTOC = protoc
|
||||||
ifdef windir
|
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
|
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
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user