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:
parent
d983a7e26d
commit
65388a22c5
@ -14,5 +14,5 @@ def build(bld):
|
||||
features = 'cxx cxxshlib',
|
||||
source = ['inc/message.proto'],
|
||||
target = 'somelib',
|
||||
includes = ['.', 'inc'])
|
||||
includes = ['inc'])
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user