summaryrefslogtreecommitdiff
path: root/scripts/TestUtil.py
diff options
context:
space:
mode:
authorJoe George <joe@zeroc.com>2016-06-09 11:16:22 -0400
committerJoe George <joe@zeroc.com>2016-06-09 11:16:22 -0400
commita4c4bbaab604215ddcfbe5638f4cff9214ac42a6 (patch)
tree87e0da643610a06e3af6a713b9b679b455c8a797 /scripts/TestUtil.py
parentpartial support for custom mapping with cpp11 (diff)
downloadice-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-xscripts/TestUtil.py6
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