mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-07-22 18:32:51 +02:00
5 lines
146 B
Rust
5 lines
146 B
Rust
fn main() {
|
|
if version_check::is_min_version("1.41.0").unwrap_or(false) {
|
|
println!("cargo:rustc-cfg=relaxed_coherence");
|
|
}
|
|
}
|