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.
1 parent b63b626 commit 31b2b2eCopy full SHA for 31b2b2e
src/unix/mod.rs
@@ -396,7 +396,7 @@ cfg_if! {
396
#[cfg_attr(feature = "rustc-dep-of-std",
397
link(name = "c", cfg(not(target_feature = "crt-static"))))]
398
extern {}
399
- } else if #[cfg(target_env = "aix")] {
+ } else if #[cfg(target_os = "aix")] {
400
#[link(name = "c")]
401
#[link(name = "m")]
402
#[link(name = "bsd")]
0 commit comments