12 lines
322 B
TOML
12 lines
322 B
TOML
[build]
|
|
rustflags = ["-C", "link-args=-Wl,-undefined,dynamic_lookup"]
|
|
|
|
[target.x86_64-apple-darwin]
|
|
rustflags = ["-C", "link-arg=-Wl,-undefined,dynamic_lookup"]
|
|
|
|
[target.aarch64-apple-darwin]
|
|
rustflags = ["-C", "link-arg=-Wl,-undefined,dynamic_lookup"]
|
|
|
|
[target.aarch64-unknown-linux-gnu]
|
|
linker = "aarch64-linux-gnu-gcc"
|