mirror of
https://github.com/Minidoracat/mcp-feedback-enhanced.git
synced 2025-07-26 10:02:25 +08:00
fix(src-tauri): add config for build macos
This commit is contained in:
parent
1c6e8856be
commit
9b0070da92
11
src-tauri/.cargo/config.toml
Normal file
11
src-tauri/.cargo/config.toml
Normal file
@ -0,0 +1,11 @@
|
||||
[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",
|
||||
]
|
Loading…
x
Reference in New Issue
Block a user