diff options
author | Jose <jose@zeroc.com> | 2015-08-27 18:14:21 +0200 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2015-08-27 18:14:21 +0200 |
commit | 194d077a36420ceec69d9fffae47d7604d2d13e8 (patch) | |
tree | f7478d6db1a3a953a6f3eb26958734302f61be4f /scripts/TestUtil.py | |
parent | Minor fix to TestUtil script (diff) | |
download | ice-194d077a36420ceec69d9fffae47d7604d2d13e8.tar.bz2 ice-194d077a36420ceec69d9fffae47d7604d2d13e8.tar.xz ice-194d077a36420ceec69d9fffae47d7604d2d13e8.zip |
TestUtil.py typo
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 40b6bb05f7b..bef52aaff57 100755 --- a/scripts/TestUtil.py +++ b/scripts/TestUtil.py @@ -1767,7 +1767,7 @@ def getCppLibDir(lang = None): if isUbuntu() or isDebian(): if armv7l: libDir = os.path.join(libDir, "arm-linux-gnueabihf") - elif x86_64: + elif x64: libDir = os.path.join(libDir, "x86_64-linux-gnu") else: libDir = os.path.join(libDir, "i386-linux-gnu") |