mirror of
https://github.com/mlua-rs/mlua
synced 2026-06-08 16:05:43 +00:00
825bdbfa04
creating new VMs in module mode (and destructing them properly).
9 lines
221 B
TOML
9 lines
221 B
TOML
[target.x86_64-apple-darwin]
|
|
rustflags = ["-C", "link-args=-rdynamic"]
|
|
|
|
[target.aarch64-apple-darwin]
|
|
rustflags = ["-C", "link-args=-rdynamic"]
|
|
|
|
[target.x86_64-unknown-linux-gnu]
|
|
rustflags = ["-C", "link-args=-rdynamic"]
|