diff options
Diffstat (limited to 'scripts/TestUtil.py')
-rwxr-xr-x | scripts/TestUtil.py | 2 |
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: # |