python/build/openssl: pass --libdir=lib to Configure
Without this, the AMD64 build installs to "lib64/" which then cannot be found by CURL.
This commit is contained in:
parent
4d6f220a2f
commit
cf179ec294
|
@ -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,
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue