From 66cfe95b99467416ce9d1d862e5ce39eafea1356 Mon Sep 17 00:00:00 2001 From: Joe George Date: Wed, 28 Sep 2016 15:20:59 -0400 Subject: Additional fix for ICE-7386 --- scripts/TestUtil.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'scripts/TestUtil.py') diff --git a/scripts/TestUtil.py b/scripts/TestUtil.py index be511edb9f2..831bc389b8f 100755 --- a/scripts/TestUtil.py +++ b/scripts/TestUtil.py @@ -752,7 +752,8 @@ def phpFlags(): else: ext += ".so" if not iceHome: - extDir = os.path.abspath(os.path.join(toplevel, "php", "lib")) + phpDir = lambda langDir: langDir if "php" in langDir else "php" + extDir = os.path.abspath(os.path.join(toplevel, phpDir(getDefaultMappingDir()), "lib")) incDir = extDir else: # -- cgit v1.2.3