Skip to content

Commit 8a55fce

Browse files
committed
Rollup merge of #23029 - vhbit:ios-env-stab, r=alexcrichton
"body": null,
2 parents acd9554 + 6de0dc4 commit 8a55fce

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)