summaryrefslogtreecommitdiff
path: root/scripts/TestUtil.py
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2015-08-27 18:14:21 +0200
committerJose <jose@zeroc.com>2015-08-27 18:14:21 +0200
commit194d077a36420ceec69d9fffae47d7604d2d13e8 (patch)
treef7478d6db1a3a953a6f3eb26958734302f61be4f /scripts/TestUtil.py
parentMinor fix to TestUtil script (diff)
downloadice-194d077a36420ceec69d9fffae47d7604d2d13e8.tar.bz2
ice-194d077a36420ceec69d9fffae47d7604d2d13e8.tar.xz
ice-194d077a36420ceec69d9fffae47d7604d2d13e8.zip
TestUtil.py typo
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 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")