mirror of
https://github.com/hexedtech/codemp-nvim.git
synced 2025-04-10 04:21:33 +02:00
14 lines
257 B
Text
14 lines
257 B
Text
[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",
|
|
]
|
|
|
|
[net]
|
|
git-fetch-with-cli = true
|