Commit 78529c9
committed
fix: use original xlings binary (MCPP_VENDORED_XLINGS) on Windows
The copied xlings binary in the mcpp sandbox fails to install large
packages (LLVM 148MB) — likely missing runtime dependencies that the
original xlings has in its own subos structure.
On Windows, when MCPP_VENDORED_XLINGS is set, use the original
binary directly for xlings commands. XLINGS_HOME still points to
the mcpp sandbox, keeping packages self-contained.
Also keep the fallback copy from xlings global data in package_fetcher
as defense-in-depth for cases without MCPP_VENDORED_XLINGS.1 parent 53a7df4 commit 78529c9
1 file changed
Lines changed: 12 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
87 | 99 | | |
88 | 100 | | |
89 | 101 | | |
| |||
0 commit comments