diff options
author | Joe George <joe@zeroc.com> | 2016-06-09 11:16:22 -0400 |
---|---|---|
committer | Joe George <joe@zeroc.com> | 2016-06-09 11:16:22 -0400 |
commit | a4c4bbaab604215ddcfbe5638f4cff9214ac42a6 (patch) | |
tree | 87e0da643610a06e3af6a713b9b679b455c8a797 /scripts/TestUtil.py | |
parent | partial support for custom mapping with cpp11 (diff) | |
download | ice-a4c4bbaab604215ddcfbe5638f4cff9214ac42a6.tar.bz2 ice-a4c4bbaab604215ddcfbe5638f4cff9214ac42a6.tar.xz ice-a4c4bbaab604215ddcfbe5638f4cff9214ac42a6.zip |
ICE-7166 - Change php library name to IcePHP.so on OS X
Diffstat (limited to 'scripts/TestUtil.py')
-rwxr-xr-x | scripts/TestUtil.py | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/scripts/TestUtil.py b/scripts/TestUtil.py index 62b0c264474..0ea8a478dbd 100755 --- a/scripts/TestUtil.py +++ b/scripts/TestUtil.py @@ -752,11 +752,7 @@ def phpSetup(clientConfig = False, iceOptions = None, iceProfile = None): extDir = os.path.join(iceHome, "php") incDir = extDir else: - ext = "IcePHP" - if isDarwin(): - ext += ".dy" - else: - ext += ".so" + ext = "IcePHP.so" if not iceHome: extDir = os.path.abspath(os.path.join(toplevel, "php", "lib")) incDir = extDir |