diff options
author | Joe George <joe@zeroc.com> | 2017-06-22 16:12:17 -0400 |
---|---|---|
committer | Joe George <joe@zeroc.com> | 2017-06-22 16:31:48 -0400 |
commit | c1a714d3d6bc8c1a818c4675465ba1760e3ce9c3 (patch) | |
tree | 4d55ee3a83b86941d3aaa5901d06c1abed161e9a /scripts/Util.py | |
parent | Fix for macOS bindists (ICE-8139) (diff) | |
download | ice-c1a714d3d6bc8c1a818c4675465ba1760e3ce9c3.tar.bz2 ice-c1a714d3d6bc8c1a818c4675465ba1760e3ce9c3.tar.xz ice-c1a714d3d6bc8c1a818c4675465ba1760e3ce9c3.zip |
ICE-8143 - Rename IcePHP.so to ice.so
Diffstat (limited to 'scripts/Util.py')
-rw-r--r-- | scripts/Util.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/Util.py b/scripts/Util.py index 34a63f3086e..5156a14bdc0 100644 --- a/scripts/Util.py +++ b/scripts/Util.py @@ -3140,7 +3140,7 @@ class PhpMapping(CppBasedClientMapping): extensionDir = os.path.join(self.path, "lib", buildPlatform, config) includePath = self.getLibDir(process, current) else: - extension = "IcePHP.so" + extension = "ice.so" extensionDir = self.getLibDir(process, current) includePath = "{0}/{1}".format(current.driver.getIceDir(self, current), "php" if useBinDist else "lib") |