Commit 9b2a8f1
committed
fix(smol-builder): update hardcoded patch reference to use numbered prefix
Fix build error caused by renaming patches to use numerical prefixes.
- Update line 410 in build.mjs to reference 001-socketsecurity_bootstrap_preexec_v24.10.0.template.patch
- Previous reference was missing the 001- prefix after patch reorganization
- Resolves ENOENT error during bootstrap embedding phase
Closes build failure introduced in commit a281c03.1 parent a281c03 commit 9b2a8f1
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
194 | 194 | | |
195 | 195 | | |
196 | 196 | | |
197 | | - | |
| 197 | + | |
198 | 198 | | |
199 | 199 | | |
200 | 200 | | |
| |||
407 | 407 | | |
408 | 408 | | |
409 | 409 | | |
410 | | - | |
| 410 | + | |
411 | 411 | | |
412 | 412 | | |
413 | 413 | | |
| |||
0 commit comments