Skip to content

Commit ddddc18

Browse files
committed
Link iconv unconditionally
1 parent 22a92cb commit ddddc18

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/unix/mod.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -293,6 +293,9 @@ pub const ATF_PERM: ::c_int = 0x04;
293293
pub const ATF_PUBL: ::c_int = 0x08;
294294
pub const ATF_USETRAILERS: ::c_int = 0x10;
295295

296+
#[link(name = "iconv")]
297+
extern {}
298+
296299
cfg_if! {
297300
if #[cfg(target_os = "l4re")] {
298301
// required libraries for L4Re are linked externally, ATM

0 commit comments

Comments
 (0)