]> git.lizzy.rs Git - rust.git/blob - library/std/src/sys/solid/env.rs
Merge commit 'f2cdd4a78d89c009342197cf5844a21f8aa813df' into sync_cg_clif-2022-04-22
[rust.git] / library / std / src / sys / solid / env.rs
1 pub mod os {
2     pub const FAMILY: &str = "itron";
3     pub const OS: &str = "solid";
4     pub const DLL_PREFIX: &str = "";
5     pub const DLL_SUFFIX: &str = ".so";
6     pub const DLL_EXTENSION: &str = "so";
7     pub const EXE_SUFFIX: &str = "";
8     pub const EXE_EXTENSION: &str = "";
9 }