diff options
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 |