mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-17 01:13:11 +00:00
Use LIBPATH in compiletest
This commit is contained in:
parent
b56fcb173b
commit
d3cc2f7646
@ -156,6 +156,8 @@ pub fn dylib_env_var() -> &'static str {
|
||||
"DYLD_LIBRARY_PATH"
|
||||
} else if cfg!(target_os = "haiku") {
|
||||
"LIBRARY_PATH"
|
||||
} else if cfg!(target_os = "aix") {
|
||||
"LIBPATH"
|
||||
} else {
|
||||
"LD_LIBRARY_PATH"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user