12 lines
183 B
TOML
12 lines
183 B
TOML
[target.aarch64-apple-darwin]
|
|
rustflags = [
|
|
"-L", "/opt/homebrew/lib",
|
|
"-l", "c++"
|
|
]
|
|
|
|
[target.x86_64-apple-darwin]
|
|
rustflags = [
|
|
"-L", "/usr/local/lib",
|
|
"-l", "c++"
|
|
]
|