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 10cbfe6 + af0d6f1 commit 9214b18Copy full SHA for 9214b18
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