Add more from the std
This commit is contained in:
8
library/std/build.rs
Normal file
8
library/std/build.rs
Normal file
@@ -0,0 +1,8 @@
|
||||
use std::env;
|
||||
|
||||
pub fn main() {
|
||||
println!(
|
||||
"cargo:rustc-env=STD_ENV_ARCH={}",
|
||||
env::var("CARGO_CFG_TARGET_ARCH").unwrap()
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user