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 1c771fe commit 35726e9Copy full SHA for 35726e9
src/bootstrap/dylib_util.rs
@@ -12,6 +12,8 @@ pub fn dylib_path_var() -> &'static str {
12
"DYLD_LIBRARY_PATH"
13
} else if cfg!(target_os = "haiku") {
14
"LIBRARY_PATH"
15
+ } else if cfg!(target_os = "aix") {
16
+ "LIBPATH"
17
} else {
18
"LD_LIBRARY_PATH"
19
}
0 commit comments