Skip to content

Commit 6de0dc4

Browse files
committed
iOS: fallout of env stab
1 parent bdf6e4f commit 6de0dc4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/libstd/env.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -616,6 +616,9 @@ mod os {
616616
mod os {
617617
pub const FAMILY: &'static str = "unix";
618618
pub const OS: &'static str = "ios";
619+
pub const DLL_PREFIX: &'static str = "lib";
620+
pub const DLL_SUFFIX: &'static str = ".dylib";
621+
pub const DLL_EXTENSION: &'static str = "dylib";
619622
pub const EXE_SUFFIX: &'static str = "";
620623
pub const EXE_EXTENSION: &'static str = "";
621624
}

0 commit comments

Comments
 (0)