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 1cbe7d3 commit d031bdcCopy full SHA for d031bdc
1 file changed
configuration/steps/commands/compile.py
@@ -94,7 +94,7 @@ def as_cmd_arg(self) -> list[str]:
94
"--build",
95
f"{self.builddir}",
96
"--parallel",
97
- f"{self.jobs}",
+ util.Interpolate(f"{self.jobs}"),
98
]
99
if self.verbose:
100
r_list.append("--verbose")
0 commit comments