musl: deal with zig rename of i386 to x86
musl uses "i386" for this while Zig has switched to "x86".
This commit is contained in:
committed by
Jacob Young
parent
928c4c9bd3
commit
cdcfd15d3c
@@ -208,7 +208,7 @@ const musl_targets = [_]LibCTarget{
|
||||
.abi = MultiAbi.musl,
|
||||
},
|
||||
LibCTarget{
|
||||
.name = "x86",
|
||||
.name = "i386",
|
||||
.arch = MultiArch{ .specific = .x86 },
|
||||
.abi = MultiAbi.musl,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user