Commit 7e9a020
committed
fix: remove import mcpp.platform from package_fetcher.cppm
The added import changed the module dependency graph fingerprint,
invalidating BMI cache on macOS CI and exposing a pre-existing
Xcode 16.4 SDK incompatibility during std module precompilation.
Use #if defined(_WIN32) instead of if constexpr for the USERPROFILE
check to avoid changing the module import set.1 parent ee85314 commit 7e9a020
1 file changed
Lines changed: 3 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
18 | 17 | | |
19 | 18 | | |
20 | 19 | | |
| |||
614 | 613 | | |
615 | 614 | | |
616 | 615 | | |
617 | | - | |
618 | | - | |
619 | | - | |
| 616 | + | |
| 617 | + | |
| 618 | + | |
620 | 619 | | |
621 | 620 | | |
622 | 621 | | |
| |||
0 commit comments