Skip to content

Commit

Permalink
iOS: fallout of env stab
Browse files Browse the repository at this point in the history
  • Loading branch information
vhbit committed Mar 4, 2015
1 parent bdf6e4f commit 6de0dc4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/libstd/env.rs
Expand Up @@ -616,6 +616,9 @@ mod os {
mod os {
pub const FAMILY: &'static str = "unix";
pub const OS: &'static str = "ios";
pub const DLL_PREFIX: &'static str = "lib";
pub const DLL_SUFFIX: &'static str = ".dylib";
pub const DLL_EXTENSION: &'static str = "dylib";
pub const EXE_SUFFIX: &'static str = "";
pub const EXE_EXTENSION: &'static str = "";
}
Expand Down

0 comments on commit 6de0dc4

Please sign in to comment.