mirror of
https://github.com/mlua-rs/mlua
synced 2026-06-08 16:05:43 +00:00
483e6be207
This is requires Rust 1.71+
8 lines
182 B
Rust
8 lines
182 B
Rust
fn main() {
|
|
#[cfg(target_os = "macos")]
|
|
{
|
|
println!("cargo:rustc-cdylib-link-arg=-undefined");
|
|
println!("cargo:rustc-cdylib-link-arg=dynamic_lookup");
|
|
}
|
|
}
|