Constant clefviewer::build::BUILD_OS
source · pub const BUILD_OS: &str = r#"linux-x86_64"#;
Expand description
Operating system and architecture on which the project was build.
The format of this variable is always os-arch
,
where os
is the operating system name as returned by std::env::consts::OS
,
and arch
is the computer architecture as returned by std::env::consts::ARCH
.