]> git.lizzy.rs Git - rust.git/commitdiff
bootstrap: Build startup object for all windows-gnu target
authorHugo Beauzée-Luyssen <hugo@beauzee.fr>
Mon, 27 May 2019 14:32:00 +0000 (16:32 +0200)
committerHugo Beauzée-Luyssen <hugo@beauzee.fr>
Thu, 25 Jul 2019 19:30:08 +0000 (21:30 +0200)
So that uwp-windows-gnu also gets its startup objects built

src/bootstrap/compile.rs

index 60138e701bdbb539cb2bfb38dd76b0e6c3ec7549..4cd793adaf574d2588db110f3ef9b60e547e2bd5 100644 (file)
@@ -325,7 +325,7 @@ fn make_run(run: RunConfig<'_>) {
     fn run(self, builder: &Builder<'_>) {
         let for_compiler = self.compiler;
         let target = self.target;
-        if !target.contains("pc-windows-gnu") {
+        if !target.contains("windows-gnu") {
             return
         }