diff options
Diffstat (limited to 'QMTest')
-rw-r--r-- | QMTest/TestCommon.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/QMTest/TestCommon.py b/QMTest/TestCommon.py index 3e41d51..dac9556 100644 --- a/QMTest/TestCommon.py +++ b/QMTest/TestCommon.py @@ -185,12 +185,12 @@ elif sys.platform.find('darwin') != -1: elif sys.platform.find('sunos') != -1: exe_suffix = '' obj_suffix = '.o' - shobj_suffix = '.os' + shobj_suffix = '.o' shobj_prefix = 'so_' lib_prefix = 'lib' lib_suffix = '.a' dll_prefix = 'lib' - dll_suffix = '.dylib' + dll_suffix = '.so' else: exe_suffix = '' obj_suffix = '.o' |