Commit 4ac892e4 authored by Edward Lemur's avatar Edward Lemur Committed by Commit Bot

Use lowercase machine architecture.

Bug: 896355
Change-Id: I83a3c27478029d90206b5bb26e26797df47a90f6
Reviewed-on: https://chromium-review.googlesource.com/c/1287244Reviewed-by: 's avatarAndrii Shyshkalov <tandrii@chromium.org>
Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org>
parent 13339332
......@@ -12,7 +12,7 @@ import sys
def HostArch():
"""Returns the host architecture with a predictable string."""
host_arch = platform.machine()
host_arch = platform.machine().lower()
# Convert machine type to format recognized by gyp.
if re.match(r'i.86', host_arch) or host_arch == 'i86pc':
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment