We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 880b736 commit 5edd900Copy full SHA for 5edd900
1 file changed
build_system/ninja.py
@@ -120,6 +120,8 @@ def write_variables(
120
self.writer.variable('c_flags', details.c_flags)
121
self.writer.variable('c_include_flags', [
122
f'-I{self.path(self._location.code)}'
123
+ ] + [
124
+ f'-I{self.path(self._location.code / "targets" / self._target.name)}'
125
] + [
126
f'-include {self.path(path)}' for path in details.include_files
127
0 commit comments