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 bb94678e6c8..d4d3448b136 100755 --- a/scripts/TestUtil.py +++ b/scripts/TestUtil.py @@ -1439,7 +1439,7 @@ def getCppBinDir(lang = None): binDir = os.path.join(binDir, "sparcv9") else: binDir = os.path.join(binDir, "amd64") - elif isWin32(): + elif isWin32() and lang != "php" and lang != "rb": binDir = os.path.join(binDir, "x64") if isDarwin() and cpp11: binDir = os.path.join(binDir, "c++11") |