Skip to content

Commit 80deedc

Browse files
authored
Merge pull request #398 from chouquette/add_uwp
Add support for uwp targets
2 parents 8fd60c4 + 5519c17 commit 80deedc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1790,6 +1790,7 @@ impl Build {
17901790
"armv7-unknown-netbsd-eabihf" => Some("armv7--netbsdelf-eabihf"),
17911791
"i586-unknown-linux-musl" => Some("musl"),
17921792
"i686-pc-windows-gnu" => Some("i686-w64-mingw32"),
1793+
"i686-uwp-windows-gnu" => Some("i686-w64-mingw32"),
17931794
"i686-unknown-linux-musl" => Some("musl"),
17941795
"i686-unknown-netbsd" => Some("i486--netbsdelf"),
17951796
"mips-unknown-linux-gnu" => Some("mips-linux-gnu"),
@@ -1824,6 +1825,7 @@ impl Build {
18241825
"thumbv8m.main-none-eabi" => Some("arm-none-eabi"),
18251826
"thumbv8m.main-none-eabihf" => Some("arm-none-eabi"),
18261827
"x86_64-pc-windows-gnu" => Some("x86_64-w64-mingw32"),
1828+
"x86_64-uwp-windows-gnu" => Some("x86_64-w64-mingw32"),
18271829
"x86_64-rumprun-netbsd" => Some("x86_64-rumprun-netbsd"),
18281830
"x86_64-unknown-linux-musl" => Some("musl"),
18291831
"x86_64-unknown-netbsd" => Some("x86_64--netbsd"),

0 commit comments

Comments
 (0)