We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents df520eb + 18dca23 commit aaae702Copy full SHA for aaae702
src/unix/mod.rs
@@ -395,7 +395,7 @@ cfg_if! {
395
#[cfg_attr(feature = "rustc-dep-of-std",
396
link(name = "c", cfg(not(target_feature = "crt-static"))))]
397
extern {}
398
- } else if #[cfg(target_env = "aix")] {
+ } else if #[cfg(target_os = "aix")] {
399
#[link(name = "c")]
400
#[link(name = "m")]
401
#[link(name = "bsd")]
0 commit comments