mirror of
https://github.com/mistricky/codesnap.nvim.git
synced 2025-01-15 05:17:30 -08:00
11 lines
224 B
Text
11 lines
224 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",
|
|
]
|