Skip to content

Commit 8332aa1

Browse files
Tropix126max-niederman
authored andcommitted
add env implementation for vexos PAL
1 parent d50c8cc commit 8332aa1

File tree

1 file changed

+9
-0
lines changed
  • library/std/src/sys/pal/vexos

1 file changed

+9
-0
lines changed

library/std/src/sys/pal/vexos/env.rs

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
pub mod os {
2+
pub const FAMILY: &str = "";
3+
pub const OS: &str = "vexos";
4+
pub const DLL_PREFIX: &str = "";
5+
pub const DLL_SUFFIX: &str = "";
6+
pub const DLL_EXTENSION: &str = "";
7+
pub const EXE_SUFFIX: &str = ".bin";
8+
pub const EXE_EXTENSION: &str = "bin";
9+
}

0 commit comments

Comments
 (0)