From 65388a22c5f3ea6388ced8cbefc5ad29691d3998 Mon Sep 17 00:00:00 2001 From: Thomas Nagy Date: Sun, 8 Nov 2015 11:22:27 +0100 Subject: [PATCH] Adding . in include paths seems to cause problems --- playground/protoc/wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playground/protoc/wscript b/playground/protoc/wscript index a2135718..c9622dcd 100644 --- a/playground/protoc/wscript +++ b/playground/protoc/wscript @@ -14,5 +14,5 @@ def build(bld): features = 'cxx cxxshlib', source = ['inc/message.proto'], target = 'somelib', - includes = ['.', 'inc']) + includes = ['inc'])