Skip to content

Commit

Permalink
add the other two targets to the manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
japaric committed Aug 26, 2018
1 parent 264c47a commit 521df79
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/tools/build-manifest/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,9 @@ static TARGETS: &'static [&'static str] = &[
"armv7-unknown-cloudabi-eabihf",
"armv7-unknown-linux-gnueabihf",
"armv7-unknown-linux-musleabihf",
"armebv7r-none-eabi",
"armebv7r-none-eabihf",
"armv7r-none-eabi",
"armv7r-none-eabihf",
"armv7s-apple-ios",
"asmjs-unknown-emscripten",
Expand Down

0 comments on commit 521df79

Please sign in to comment.