docs.sheetjs.com/docz/static/jsc/build.rs

5 lines
106 B
Rust
Raw Normal View History

2025-03-30 06:31:40 +00:00
#[cfg(target_os = "macos")]
fn main() {
println!("cargo::rustc-link-lib=framework=JavaScriptCore");
}