mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-01 03:21:10 +00:00
Bug 1057708 - The wrong topsrcdir is used when verifying existence of LOCAL_INCLUDES, r=mshal
This commit is contained in:
parent
c6d417fdda
commit
c2b36dce60
@ -570,7 +570,7 @@ class TreeMetadataEmitter(LoggingMixin):
|
||||
|
||||
for local_include in context.get('LOCAL_INCLUDES', []):
|
||||
if local_include.startswith('/'):
|
||||
path = self.config.topsrcdir
|
||||
path = context.config.topsrcdir
|
||||
relative_include = local_include[1:]
|
||||
else:
|
||||
path = context.srcdir
|
||||
|
Loading…
x
Reference in New Issue
Block a user