diff options
author | Jose <jose@zeroc.com> | 2014-11-18 20:35:07 +0100 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2014-11-18 20:35:07 +0100 |
commit | 668fd0411f8d0ea588301c0e660649d6e1047fc1 (patch) | |
tree | 05eaac28d9fb080830d030d9d9629cfb5a5630ce /scripts/TestUtil.py | |
parent | ICE-5922 Windows source dist IceGridGUI build fail (diff) | |
download | ice-668fd0411f8d0ea588301c0e660649d6e1047fc1.tar.bz2 ice-668fd0411f8d0ea588301c0e660649d6e1047fc1.tar.xz ice-668fd0411f8d0ea588301c0e660649d6e1047fc1.zip |
TestUtil.py icebox name fix
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 b6abdeb6ba3..3af0a6823db 100755 --- a/scripts/TestUtil.py +++ b/scripts/TestUtil.py @@ -667,7 +667,7 @@ def getIceBox(): elif type == "release": iceBox = os.path.join(getCppBinDir(lang), "icebox.exe") elif isLinux(): - if x86: + if x86 or (iceHome == "/usr" and not x64): if cpp11: iceBox = os.path.join(getCppBinDir(lang), "icebox32++11") else: |