forked from sheetjs/docs.sheetjs.com
5 lines
106 B
Rust
5 lines
106 B
Rust
|
#[cfg(target_os = "macos")]
|
||
|
fn main() {
|
||
|
println!("cargo::rustc-link-lib=framework=JavaScriptCore");
|
||
|
}
|