Skip to content

Commit

Permalink
Link iconv unconditionally
Browse files Browse the repository at this point in the history
  • Loading branch information
Minoru committed Jan 17, 2021
1 parent 22a92cb commit ddddc18
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/unix/mod.rs
Expand Up @@ -293,6 +293,9 @@ pub const ATF_PERM: ::c_int = 0x04;
pub const ATF_PUBL: ::c_int = 0x08;
pub const ATF_USETRAILERS: ::c_int = 0x10;

#[link(name = "iconv")]
extern {}

cfg_if! {
if #[cfg(target_os = "l4re")] {
// required libraries for L4Re are linked externally, ATM
Expand Down

0 comments on commit ddddc18

Please sign in to comment.