mirror of
https://github.com/sadoyan/aralez.git
synced 2026-04-29 22:38:36 +08:00
pingora 0.8.0 upgrade
This commit is contained in:
13
.cargo/config.toml
Normal file
13
.cargo/config.toml
Normal file
@@ -0,0 +1,13 @@
|
||||
[target.aarch64-unknown-linux-musl]
|
||||
rustflags = [
|
||||
"-C", "link-arg=-Wl,--defsym=fopen64=fopen",
|
||||
"-C", "link-arg=-Wl,--defsym=fseeko64=fseeko",
|
||||
"-C", "link-arg=-Wl,--defsym=ftello64=ftello"
|
||||
]
|
||||
|
||||
[target.x86_64-unknown-linux-musl]
|
||||
rustflags = [
|
||||
"-C", "link-arg=-Wl,--defsym=fopen64=fopen",
|
||||
"-C", "link-arg=-Wl,--defsym=fseeko64=fseeko",
|
||||
"-C", "link-arg=-Wl,--defsym=ftello64=ftello"
|
||||
]
|
||||
Reference in New Issue
Block a user