We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 186a170 commit 7204fe4Copy full SHA for 7204fe4
src/bootstrap/bootstrap.py
@@ -188,7 +188,7 @@ def default_build_triple():
188
return 'x86_64-pc-windows-msvc'
189
190
ostype = ostype.decode(default_encoding)
191
- cputype = ostype.decode(default_encoding)
+ cputype = cputype.decode(default_encoding)
192
193
# The goal here is to come up with the same triple as LLVM would,
194
# at least for the subset of platforms we're willing to target.
0 commit comments