blob: b06c65fc725682d986afe969cfd0fc59d5f43875 [file] [log] [blame]
[env]
WORKSPACE_DIR = { value = "", relative = true }
# Needed for mlua per https://github.com/khvzak/mlua#module-mode
[target.x86_64-apple-darwin]
rustflags = [
"-C", "link-arg=-undefined",
"-C", "link-arg=dynamic_lookup",
]
# Needed for mlua per https://github.com/khvzak/mlua#module-mode
[target.aarch64-apple-darwin]
rustflags = [
"-C", "link-arg=-undefined",
"-C", "link-arg=dynamic_lookup",
]