diff --git a/python/build/openssl.py b/python/build/openssl.py index 245a0d983..88f221c9e 100644 --- a/python/build/openssl.py +++ b/python/build/openssl.py @@ -64,6 +64,7 @@ class OpenSSLProject(MakeProject): 'no-async', 'no-tests', 'no-makedepend', + '--libdir=lib', # no "lib64" on amd64, please openssl_arch, '--prefix=' + toolchain.install_prefix, ]