Commit 6571b5d1 authored by Max Kellermann's avatar Max Kellermann

python/build/openssl: add option "no-makedepend"

We do not need "make" dependencies for one-time builds.
parent 12dff8e3
......@@ -63,6 +63,7 @@ class OpenSSLProject(MakeProject):
'no-static-engine',
'no-async',
'no-tests',
'no-makedepend',
openssl_arch,
'--prefix=' + toolchain.install_prefix,
]
......
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