diff options
Diffstat (limited to 'test/LINK/VersionedLib-subdir.py')
-rw-r--r-- | test/LINK/VersionedLib-subdir.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/LINK/VersionedLib-subdir.py b/test/LINK/VersionedLib-subdir.py index 5fae101..6facd41 100644 --- a/test/LINK/VersionedLib-subdir.py +++ b/test/LINK/VersionedLib-subdir.py @@ -76,8 +76,8 @@ env.Program('main.c', LIBS=['foo']) test.run(arguments = ['--tree=all']) -if platform == 'cygwin': - # PATH is used to search for *.dll librarier (cygfoo-0-2-1.dll in our case) +if platform == 'cygwin' or platform == 'win32': + # PATH is used to search for *.dll libraries on windows path = os.environ.get('PATH','') if path: path = path + os.pathsep path = path + test.workpath(subdir) |