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

@@ -53,7 +53,7 @@ class OpenSSLProject(MakeProject):
'aarch64-apple-darwin': 'darwin64-arm64-cc',
}
openssl_arch = openssl_archs[toolchain.arch]
openssl_arch = openssl_archs[toolchain.host_triplet]
configure = [
'./Configure',