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 @@ -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" ) ,
You can’t perform that action at this time.
0 commit comments