Commit 94af199c authored by Max Kellermann's avatar Max Kellermann

python/build/openssl: add --cross-compile-prefix=...

parent 2d25f6f5
......@@ -74,6 +74,7 @@ class OpenSSLProject(MakeProject):
if toolchain.host_triplet is not None:
configure.append(openssl_archs[toolchain.host_triplet])
configure.append(f'--cross-compile-prefix={toolchain.host_triplet}-')
subprocess.check_call(configure, cwd=src, env=toolchain.env)
self.build_make(toolchain, src)
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