summaryrefslogtreecommitdiffstats
path: root/library/std/src/sys/sgx/env.rs
blob: 8043b7c5213a17306498623c08454a67fe56f820 (plain)
1
2
3
4
5
6
7
8
9
pub mod os {
    pub const FAMILY: &str = "";
    pub const OS: &str = "";
    pub const DLL_PREFIX: &str = "";
    pub const DLL_SUFFIX: &str = ".sgxs";
    pub const DLL_EXTENSION: &str = "sgxs";
    pub const EXE_SUFFIX: &str = ".sgxs";
    pub const EXE_EXTENSION: &str = "sgxs";
}