summaryrefslogtreecommitdiff
path: root/scripts/TestUtil.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/TestUtil.py')
-rwxr-xr-xscripts/TestUtil.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/TestUtil.py b/scripts/TestUtil.py
index b32626b4f54..be511edb9f2 100755
--- a/scripts/TestUtil.py
+++ b/scripts/TestUtil.py
@@ -752,7 +752,7 @@ def phpFlags():
else:
ext += ".so"
if not iceHome:
- extDir = os.path.abspath(os.path.join(toplevel, getDefaultMappingDir(), "lib"))
+ extDir = os.path.abspath(os.path.join(toplevel, "php", "lib"))
incDir = extDir
else:
#