chore: suppress cfg warning

This commit is contained in:
zhom
2025-11-29 14:37:17 +04:00
parent 8af318b5ce
commit 98b4e9d145
+2
View File
@@ -1,4 +1,6 @@
fn main() {
println!("cargo::rustc-check-cfg=cfg(mobile)");
#[cfg(target_os = "macos")]
{
println!("cargo:rustc-link-lib=framework=CoreFoundation");