File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -293,9 +293,6 @@ pub const ATF_PERM: ::c_int = 0x04;
293
293
pub const ATF_PUBL : :: c_int = 0x08 ;
294
294
pub const ATF_USETRAILERS : :: c_int = 0x10 ;
295
295
296
- #[ link( name = "iconv" ) ]
297
- extern { }
298
-
299
296
cfg_if ! {
300
297
if #[ cfg( target_os = "l4re" ) ] {
301
298
// required libraries for L4Re are linked externally, ATM
@@ -350,12 +347,12 @@ cfg_if! {
350
347
target_os = "ios" ) ) ] {
351
348
#[ link( name = "c" ) ]
352
349
#[ link( name = "m" ) ]
353
- #[ link( name = "iconv" ) ]
354
350
extern { }
355
351
} else if #[ cfg( any( target_os = "android" ,
356
352
target_os = "openbsd" ) ) ] {
357
353
#[ link( name = "c" ) ]
358
354
#[ link( name = "m" ) ]
355
+ #[ link( name = "iconv" ) ]
359
356
extern { }
360
357
} else if #[ cfg( target_os = "haiku" ) ] {
361
358
#[ link( name = "root" ) ]
You can’t perform that action at this time.
0 commit comments