From 194d077a36420ceec69d9fffae47d7604d2d13e8 Mon Sep 17 00:00:00 2001 From: Jose Date: Thu, 27 Aug 2015 18:14:21 +0200 Subject: TestUtil.py typo --- scripts/TestUtil.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/TestUtil.py') 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") -- cgit v1.2.3