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 {
17831783 "armv7-unknown-netbsd-eabihf" => Some ( "armv7--netbsdelf-eabihf" ) ,
17841784 "i586-unknown-linux-musl" => Some ( "musl" ) ,
17851785 "i686-pc-windows-gnu" => Some ( "i686-w64-mingw32" ) ,
1786+ "i686-uwp-windows-gnu" => Some ( "i686-w64-mingw32" ) ,
17861787 "i686-unknown-linux-musl" => Some ( "musl" ) ,
17871788 "i686-unknown-netbsd" => Some ( "i486--netbsdelf" ) ,
17881789 "mips-unknown-linux-gnu" => Some ( "mips-linux-gnu" ) ,
@@ -1817,6 +1818,7 @@ impl Build {
18171818 "thumbv8m.main-none-eabi" => Some ( "arm-none-eabi" ) ,
18181819 "thumbv8m.main-none-eabihf" => Some ( "arm-none-eabi" ) ,
18191820 "x86_64-pc-windows-gnu" => Some ( "x86_64-w64-mingw32" ) ,
1821+ "x86_64-uwp-windows-gnu" => Some ( "x86_64-w64-mingw32" ) ,
18201822 "x86_64-rumprun-netbsd" => Some ( "x86_64-rumprun-netbsd" ) ,
18211823 "x86_64-unknown-linux-musl" => Some ( "musl" ) ,
18221824 "x86_64-unknown-netbsd" => Some ( "x86_64--netbsd" ) ,
You can’t perform that action at this time.
0 commit comments