diff options
| author | Valerii Hiora <valerii.hiora@gmail.com> | 2015-03-04 14:18:40 +0200 |
|---|---|---|
| committer | Valerii Hiora <valerii.hiora@gmail.com> | 2015-03-04 17:46:29 +0200 |
| commit | 6de0dc4ce3c35c3ecd60b75519ba8060c59fe7e1 (patch) | |
| tree | f36d8c1874545d9582983949c8e6c1d6a36279bb /src/libstd | |
| parent | bdf6e4fcf5ed8b8fe3c281040414e4f6a6afb8d6 (diff) | |
| download | rust-6de0dc4ce3c35c3ecd60b75519ba8060c59fe7e1.tar.gz rust-6de0dc4ce3c35c3ecd60b75519ba8060c59fe7e1.zip | |
iOS: fallout of env stab
Diffstat (limited to 'src/libstd')
| -rw-r--r-- | src/libstd/env.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/libstd/env.rs b/src/libstd/env.rs index 1968ca4b9e7..c052a69bc34 100644 --- a/src/libstd/env.rs +++ b/src/libstd/env.rs @@ -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 = ""; } |
