Commit a28030b
authored
fix: add missing f-string prefix for --parallel bootstrap arg (#665)
The --parallel={parallel} argument was a regular string instead of an
f-string, causing it to literally pass "--parallel={parallel}" to the
cmake bootstrap script instead of the actual parallel job count.
This resulted in single-threaded bootstrap compilation regardless of
CMAKE_BUILD_PARALLEL_LEVEL setting.1 parent aa7b6bf commit a28030b
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
123 | | - | |
| 123 | + | |
124 | 124 | | |
125 | 125 | | |
126 | 126 | | |
| |||
0 commit comments