fix: build on mac

This commit is contained in:
əlemi 2023-11-23 15:09:13 +01:00
parent a084b6e1b6
commit 0a990c733c

View file

@ -1,2 +1,14 @@
[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