Skip to content
Snippets Groups Projects
Unverified Commit 6d3d7347 authored by Charles JAVERLIAT's avatar Charles JAVERLIAT
Browse files

makefile/Add nanopb plugin parameter

parent 018cd84c
No related branches found
No related tags found
No related merge requests found
Pipeline #534 passed with stages
in 1 minute and 5 seconds
......@@ -19,7 +19,7 @@ python:
nanopb:
mkdir -p nanopb
protoc --nanopb_out=nanopb --proto_path=messages ${messages}
protoc '--nanopb_out=-v -Imessages:nanopb' --proto_path=messages ${messages}
mkdir -p nanopb/google/protobuf
protoc --nanopb_out=nanopb/google/protobuf --proto_path=/usr/include/google/protobuf /usr/include/google/protobuf/timestamp.proto
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment