mirror of
https://github.com/Minidoracat/mcp-feedback-enhanced.git
synced 2025-07-27 10:42:25 +08:00
12 lines
224 B
TOML
12 lines
224 B
TOML
![]() |
[target.x86_64-apple-darwin]
|
||
|
rustflags = [
|
||
|
"-C", "link-arg=-undefined",
|
||
|
"-C", "link-arg=dynamic_lookup",
|
||
|
]
|
||
|
|
||
|
[target.aarch64-apple-darwin]
|
||
|
rustflags = [
|
||
|
"-C", "link-arg=-undefined",
|
||
|
"-C", "link-arg=dynamic_lookup",
|
||
|
]
|