]> git.lizzy.rs Git - rust.git/commitdiff
Add x86_64-unknown-redox to build manifest target list
authorJeremy Soller <jackpot51@gmail.com>
Thu, 17 Aug 2017 20:58:47 +0000 (14:58 -0600)
committerJeremy Soller <jackpot51@gmail.com>
Thu, 17 Aug 2017 20:58:47 +0000 (14:58 -0600)
src/tools/build-manifest/src/main.rs

index b8efb88acfbdce3de9fc1ac64269ca5c56dcc87c..05858b71f34900fd38fc39979516fe60a0fae8e9 100644 (file)
@@ -94,6 +94,7 @@
     "x86_64-unknown-linux-gnu",
     "x86_64-unknown-linux-musl",
     "x86_64-unknown-netbsd",
+    "x86_64-unknown-redox",
 ];
 
 static MINGW: &'static [&'static str] = &[