We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b122908 commit db115f1Copy full SHA for db115f1
src/bootstrap/bootstrap.py
@@ -1085,10 +1085,10 @@ def bootstrap(help_triggered):
1085
else:
1086
build.set_normal_environment()
1087
1088
+ build.build = args.build or build.build_triple()
1089
build.update_submodules()
1090
1091
# Fetch/build the bootstrap
- build.build = args.build or build.build_triple()
1092
build.download_stage0()
1093
sys.stdout.flush()
1094
build.ensure_vendored()
0 commit comments