Set buildir variable.
This commit is contained in:
parent
61dc2ef2ba
commit
120f4ee152
1 changed files with 1 additions and 0 deletions
|
@ -16,6 +16,7 @@ def gen(out: TextIO, context: Context):
|
||||||
|
|
||||||
writer.comment("File generated by the build system, do not edit")
|
writer.comment("File generated by the build system, do not edit")
|
||||||
writer.newline()
|
writer.newline()
|
||||||
|
writer.variable("builddir", context.builddir())
|
||||||
|
|
||||||
writer.separator("Tools")
|
writer.separator("Tools")
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue