Skip to content

Commit f9cc9f3

Browse files
committed
fix(host-targets): remove unnecessary windows libc waterfall additions
ANYOS already provides ['none', 'gnu'] for gnu hosts and the extended ['none', 'gnu', 'musl', 'libc'] for libc hosts, which reaches static ('none') Windows packages. Explicit msvc preference was also wrong since msvc requires vcredist — 'none' is always preferred.
1 parent 2f9bb53 commit f9cc9f3

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

host-targets.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,6 @@ HostTargets.WATERFALL = {
2626
windows: Object.assign(
2727
{
2828
aarch64: ['aarch64', 'x86_64'],
29-
// Cygwin/MINGW report 'gnu' or 'libc'; prefer msvc packages first,
30-
// then static ('none'), then the reported libc
31-
gnu: ['msvc', 'none', 'gnu'],
32-
libc: ['msvc', 'none', 'libc'],
3329
},
3430
X86_64,
3531
),

0 commit comments

Comments
 (0)