Commit fd2b1f2
committed
fix: add missing f-string prefix for --parallel bootstrap arg
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 fd2b1f2
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