python/build/toolchain: rename arch to host_triplet

This commit is contained in:
Max Kellermann
2023-09-26 15:19:39 +02:00
parent 9a5eac4ea9
commit da7f32bddb
5 changed files with 22 additions and 24 deletions

View File

@@ -58,7 +58,7 @@ class AutotoolsProject(MakeProject):
'ARFLAGS=' + toolchain.arflags,
'RANLIB=' + toolchain.ranlib,
'STRIP=' + toolchain.strip,
'--host=' + toolchain.arch,
'--host=' + toolchain.host_triplet,
'--prefix=' + toolchain.install_prefix,
'--disable-silent-rules',
]