summaryrefslogtreecommitdiffstats
path: root/QMTest
diff options
context:
space:
mode:
authorDavid Rothenberger <daveroth@acm.org>2013-08-18 03:52:11 (GMT)
committerDavid Rothenberger <daveroth@acm.org>2013-08-18 03:52:11 (GMT)
commit09172cd7b265174703131c9945fc18315cc1bc82 (patch)
treee9150de05051a4f4490efa227c836e278fc545ac /QMTest
parentf837e2e6511cc8049e5a765c9af25afc9fd730fe (diff)
downloadSCons-09172cd7b265174703131c9945fc18315cc1bc82.zip
SCons-09172cd7b265174703131c9945fc18315cc1bc82.tar.gz
SCons-09172cd7b265174703131c9945fc18315cc1bc82.tar.bz2
Fix VersionedLib test
Adjust for Cygwin coding conventions and test for existence of the import libraries.
Diffstat (limited to 'QMTest')
-rw-r--r--QMTest/TestCommon.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/QMTest/TestCommon.py b/QMTest/TestCommon.py
index 6eeda5e..4e90e16 100644
--- a/QMTest/TestCommon.py
+++ b/QMTest/TestCommon.py
@@ -163,7 +163,7 @@ elif sys.platform == 'cygwin':
shobj_prefix = ''
lib_prefix = 'lib'
lib_suffix = '.a'
- dll_prefix = ''
+ dll_prefix = 'cyg'
dll_suffix = '.dll'
elif sys.platform.find('irix') != -1:
exe_suffix = ''