We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cb590f commit 6bf486dCopy full SHA for 6bf486d
build.rs
@@ -1,4 +1,5 @@
1
fn main() {
2
+ #[cfg(feature = "version2")]
3
let target = std::env::var("TARGET").unwrap();
4
5
#[cfg(feature = "version1")]
0 commit comments