config.toml 257 Bytes
Newer Older
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[build]
rustflags = [
]

[target.aarch64-apple-darwin]
rustflags = [
    "-C", "link-arg=-undefined",
    "-C", "link-arg=dynamic_lookup",
]

[target.x86_64-apple-darwin]
rustflags = [
    "-C", "link-arg=-undefined",
    "-C", "link-arg=dynamic_lookup",
]