python/build/openssl: add option "no-makedepend"
We do not need "make" dependencies for one-time builds.
This commit is contained in:
parent
12dff8e382
commit
6571b5d118
|
@ -63,6 +63,7 @@ class OpenSSLProject(MakeProject):
|
||||||
'no-static-engine',
|
'no-static-engine',
|
||||||
'no-async',
|
'no-async',
|
||||||
'no-tests',
|
'no-tests',
|
||||||
|
'no-makedepend',
|
||||||
openssl_arch,
|
openssl_arch,
|
||||||
'--prefix=' + toolchain.install_prefix,
|
'--prefix=' + toolchain.install_prefix,
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue