diff options
| author | bors <bors@rust-lang.org> | 2017-08-20 02:25:20 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2017-08-20 02:25:20 +0000 |
| commit | e822e4e62f966a1939e352d511e64a0a57308dc3 (patch) | |
| tree | 11d89e7d05ed8684805f6baae02b54df24a28797 /src | |
| parent | b07e730a36739a98b4549af9b90fac4ab04ae9fe (diff) | |
| parent | 2fdade4c2a7ce63130645b608d081ce277107555 (diff) | |
Auto merge of #43950 - redox-os:redox_docker, r=alexcrichton
Add x86_64-unknown-redox to build manifest target list This should fix the issue of `x86_64-unknown-redox` not being available for `rustup target add`
Diffstat (limited to 'src')
| -rw-r--r-- | src/tools/build-manifest/src/main.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tools/build-manifest/src/main.rs b/src/tools/build-manifest/src/main.rs index 71e7d6d3477..7a09ae48b91 100644 --- a/src/tools/build-manifest/src/main.rs +++ b/src/tools/build-manifest/src/main.rs @@ -94,6 +94,7 @@ static TARGETS: &'static [&'static str] = &[ "x86_64-unknown-linux-gnu", "x86_64-unknown-linux-musl", "x86_64-unknown-netbsd", + "x86_64-unknown-redox", ]; static MINGW: &'static [&'static str] = &[ |
