php-tokio/examples/reqwest/.cargo/config.toml

9 lines
208 B
TOML
Raw Normal View History

2023-08-27 19:32:52 +02:00
[target.'cfg(not(target_os = "windows"))']
rustflags = ["-C", "link-arg=-Wl,-undefined,dynamic_lookup"]
[target.x86_64-pc-windows-msvc]
linker = "rust-lld"
[target.i686-pc-windows-msvc]
linker = "rust-lld"