Skip to content

Commit 22a92cb

Browse files
committed
Revert "Just checking if #[link] are applied at all"
This reverts commit a2bd198.
1 parent a2bd198 commit 22a92cb

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
@@ -345,6 +345,9 @@ cfg_if! {
345345
extern {}
346346
} else if #[cfg(any(target_os = "macos",
347347
target_os = "ios"))] {
348+
#[link(name = "c")]
349+
#[link(name = "m")]
350+
#[link(name = "iconv")]
348351
extern {}
349352
} else if #[cfg(any(target_os = "android",
350353
target_os = "openbsd"))] {

0 commit comments

Comments
 (0)