Add iOS triple mapping so tests can run

This commit is contained in:
Tamir Duberstein 2015-03-25 09:12:51 -07:00
parent 71386e5774
commit d9d2236b09

View File

@ -18,6 +18,7 @@ const OS_TABLE: &'static [(&'static str, &'static str)] = &[
("darwin", "macos"),
("dragonfly", "dragonfly"),
("freebsd", "freebsd"),
("ios", "ios"),
("linux", "linux"),
("mingw32", "windows"),
("openbsd", "openbsd"),