aboutsummaryrefslogtreecommitdiff
path: root/clang/test/Unit/lit.cfg.py
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/Unit/lit.cfg.py')
-rw-r--r--clang/test/Unit/lit.cfg.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Unit/lit.cfg.py b/clang/test/Unit/lit.cfg.py
index 37e91d0..ebe35a1 100644
--- a/clang/test/Unit/lit.cfg.py
+++ b/clang/test/Unit/lit.cfg.py
@@ -51,7 +51,7 @@ def find_shlibpath_var():
yield "LD_LIBRARY_PATH"
elif platform.system() == "Darwin":
yield "DYLD_LIBRARY_PATH"
- elif platform.system() == "Windows":
+ elif platform.system() == "Windows" or sys.platform == "cygwin":
yield "PATH"
elif platform.system() == "AIX":
yield "LIBPATH"