mirror of
https://github.com/umutcamliyurt/Amnezichat.git
synced 2025-05-05 21:25:23 +01:00
8 lines
271 B
Rust
8 lines
271 B
Rust
![]() |
fn main() {
|
||
|
if cfg!(feature = "kems") && !(cfg!(windows) || cfg!(target_arch = "arm")) {
|
||
|
// this can't enable the feature in oqs-sys, which is enabled
|
||
|
// through oqs-sys/kems in Cargo.toml
|
||
|
println!("cargo:rustc-cfg=feature=\"bike\"");
|
||
|
}
|
||
|
}
|