diff options
| author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2019-12-28 17:14:59 +0100 |
|---|---|---|
| committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2019-12-28 17:14:59 +0100 |
| commit | f01695e065adbca6531dbf3a28e8a707c49eba23 (patch) | |
| tree | 3574b43f98f25e7bbf9dfdcb3e90d54f23e8ae0c /testing/framework/TestCommon.py | |
| parent | 10b9d3fe4386c06efbb4d971e4e307b89e254faa (diff) | |
| parent | 5fc601f5484c9463e3399c0e690db80b9c22386e (diff) | |
Merge branch 'feature/upstream' into develop
Diffstat (limited to 'testing/framework/TestCommon.py')
| -rw-r--r-- | testing/framework/TestCommon.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/framework/TestCommon.py b/testing/framework/TestCommon.py index ca4a147..8e6cc8e 100644 --- a/testing/framework/TestCommon.py +++ b/testing/framework/TestCommon.py @@ -165,8 +165,8 @@ elif sys.platform.find('darwin') != -1: elif sys.platform.find('sunos') != -1: exe_suffix = '' obj_suffix = '.o' - shobj_suffix = '.o' - shobj_prefix = 'so_' + shobj_suffix = '.pic.o' + shobj_prefix = '' lib_prefix = 'lib' lib_suffix = '.a' dll_prefix = 'lib' |
