From 8c2dda67a100237bc6cdb3b814012079be2b3534 Mon Sep 17 00:00:00 2001 From: Petteri Aimonen Date: Sun, 17 Nov 2013 16:42:52 +0200 Subject: Add descriptor.proto to repository to avoid messing with protoc include path. --- generator/proto/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'generator/proto/Makefile') diff --git a/generator/proto/Makefile b/generator/proto/Makefile index 2421175e..fea99a9c 100644 --- a/generator/proto/Makefile +++ b/generator/proto/Makefile @@ -1,7 +1,7 @@ all: nanopb_pb2.py plugin_pb2.py nanopb_pb2.py: nanopb.proto - protoc --python_out=. -I /usr/include -I . nanopb.proto + protoc --python_out=. nanopb.proto plugin_pb2.py: plugin.proto - protoc --python_out=. -I /usr/include -I . plugin.proto + protoc --python_out=. plugin.proto -- cgit