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

We do not need "make" dependencies for one-time builds.
This commit is contained in:
Max Kellermann 2023-09-26 15:05:04 +02:00
parent 12dff8e382
commit 6571b5d118
1 changed files with 1 additions and 0 deletions

View File

@ -63,6 +63,7 @@ class OpenSSLProject(MakeProject):
'no-static-engine',
'no-async',
'no-tests',
'no-makedepend',
openssl_arch,
'--prefix=' + toolchain.install_prefix,
]