Commit 49130c20 authored by Max Kellermann's avatar Max Kellermann

python/build/openssl: remove obsolete variable

parent 94af199c
...@@ -30,7 +30,7 @@ class OpenSSLProject(MakeProject): ...@@ -30,7 +30,7 @@ class OpenSSLProject(MakeProject):
# OpenSSL has a weird target architecture scheme with lots of # OpenSSL has a weird target architecture scheme with lots of
# hard-coded architectures; this table translates between our # hard-coded architectures; this table translates between our
# "toolchain_arch" (HOST_TRIPLET) and the OpenSSL target # host triplet and the OpenSSL target
openssl_archs = { openssl_archs = {
# not using "android-*" because those OpenSSL targets want # not using "android-*" because those OpenSSL targets want
# to know where the SDK is, but our own build scripts # to know where the SDK is, but our own build scripts
...@@ -53,8 +53,6 @@ class OpenSSLProject(MakeProject): ...@@ -53,8 +53,6 @@ class OpenSSLProject(MakeProject):
'aarch64-apple-darwin': 'darwin64-arm64-cc', 'aarch64-apple-darwin': 'darwin64-arm64-cc',
} }
openssl_arch = openssl_archs[toolchain.host_triplet]
configure = [ configure = [
'./Configure', './Configure',
'no-shared', 'no-shared',
......
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