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 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") |