File tree 1 file changed +0
-4
lines changed
1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -352,16 +352,12 @@ cfg_if::cfg_if! {
352
352
extern "C" { }
353
353
} else if #[ cfg( target_os = "macos" ) ] {
354
354
#[ link( name = "System" ) ]
355
- // res_init and friends require -lresolv on macOS/iOS.
356
- // See #41582 and https://blog.achernya.com/2013/03/os-x-has-silly-libsystem.html
357
- #[ link( name = "resolv" ) ]
358
355
extern "C" { }
359
356
} else if #[ cfg( any( target_os = "ios" , target_os = "watchos" ) ) ] {
360
357
#[ link( name = "System" ) ]
361
358
#[ link( name = "objc" ) ]
362
359
#[ link( name = "Security" , kind = "framework" ) ]
363
360
#[ link( name = "Foundation" , kind = "framework" ) ]
364
- #[ link( name = "resolv" ) ]
365
361
extern "C" { }
366
362
} else if #[ cfg( target_os = "fuchsia" ) ] {
367
363
#[ link( name = "zircon" ) ]
You can’t perform that action at this time.
0 commit comments