File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -1783,6 +1783,7 @@ impl Build {
1783
1783
"armv7-unknown-netbsd-eabihf" => Some ( "armv7--netbsdelf-eabihf" ) ,
1784
1784
"i586-unknown-linux-musl" => Some ( "musl" ) ,
1785
1785
"i686-pc-windows-gnu" => Some ( "i686-w64-mingw32" ) ,
1786
+ "i686-uwp-windows-gnu" => Some ( "i686-w64-mingw32" ) ,
1786
1787
"i686-unknown-linux-musl" => Some ( "musl" ) ,
1787
1788
"i686-unknown-netbsd" => Some ( "i486--netbsdelf" ) ,
1788
1789
"mips-unknown-linux-gnu" => Some ( "mips-linux-gnu" ) ,
@@ -1817,6 +1818,7 @@ impl Build {
1817
1818
"thumbv8m.main-none-eabi" => Some ( "arm-none-eabi" ) ,
1818
1819
"thumbv8m.main-none-eabihf" => Some ( "arm-none-eabi" ) ,
1819
1820
"x86_64-pc-windows-gnu" => Some ( "x86_64-w64-mingw32" ) ,
1821
+ "x86_64-uwp-windows-gnu" => Some ( "x86_64-w64-mingw32" ) ,
1820
1822
"x86_64-rumprun-netbsd" => Some ( "x86_64-rumprun-netbsd" ) ,
1821
1823
"x86_64-unknown-linux-musl" => Some ( "musl" ) ,
1822
1824
"x86_64-unknown-netbsd" => Some ( "x86_64--netbsd" ) ,
You can’t perform that action at this time.
0 commit comments