Skip to content

Commit

Permalink
TestUtil.py typo
Browse files Browse the repository at this point in the history
  • Loading branch information
pepone committed Aug 27, 2015
1 parent c4527a8 commit 194d077
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/TestUtil.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 194d077

Please sign in to comment.