blob: 45d767aeb5be95d9fee0fe55d272de41384f3aa7 (
plain)
1
2
3
4
5
|
cargo:rustc-link-lib=System
# res_init and friends require -lresolv on macOS/iOS.
# See #41582 and http://blog.achernya.com/2013/03/os-x-has-silly-libsystem.html
cargo:rustc-link-lib=resolv
|