mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-26 00:34:06 +00:00
iOS: fallout of env stab
This commit is contained in:
parent
bdf6e4fcf5
commit
6de0dc4ce3
@ -616,6 +616,9 @@ mod os {
|
|||||||
mod os {
|
mod os {
|
||||||
pub const FAMILY: &'static str = "unix";
|
pub const FAMILY: &'static str = "unix";
|
||||||
pub const OS: &'static str = "ios";
|
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_SUFFIX: &'static str = "";
|
||||||
pub const EXE_EXTENSION: &'static str = "";
|
pub const EXE_EXTENSION: &'static str = "";
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user