2
0
mirror of https://gitlab.com/ita1024/waf.git synced 2024-11-22 09:57:15 +01:00

Adding . in include paths seems to cause problems

This commit is contained in:
Thomas Nagy 2015-11-08 11:22:27 +01:00
parent d983a7e26d
commit 65388a22c5
No known key found for this signature in database
GPG Key ID: 67A565EDFDF90E64

View File

@ -14,5 +14,5 @@ def build(bld):
features = 'cxx cxxshlib',
source = ['inc/message.proto'],
target = 'somelib',
includes = ['.', 'inc'])
includes = ['inc'])