mirror of
https://github.com/danog/php-tokio.git
synced 2024-11-29 20:29:47 +01:00
9 lines
208 B
TOML
9 lines
208 B
TOML
[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"
|