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 5fe8838 + af0d6f1 commit c88847fCopy full SHA for c88847f
src/tools/compiletest/src/util.rs
@@ -45,7 +45,7 @@ impl Utf8PathBufExt for Utf8PathBuf {
45
46
/// The name of the environment variable that holds dynamic library locations.
47
pub fn dylib_env_var() -> &'static str {
48
- if cfg!(windows) {
+ if cfg!(any(windows, target_os = "cygwin")) {
49
"PATH"
50
} else if cfg!(target_vendor = "apple") {
51
"DYLD_LIBRARY_PATH"
0 commit comments