-
In my Android project, I have to support several machine architectures. When cmaking libre,a for architecture X, is it somehow possible to specify path of libcrypto.a and libssl.a for the same architecture? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
The issue is that now I always need to build openssl before building libre if the architecture of previous openssl build was not the same as that of current libre build. And openssl build takes long time ... |
Beta Was this translation helpful? Give feedback.
-
The issue got solved when I removed argument |
Beta Was this translation helpful? Give feedback.
The issue got solved when I removed argument
-DOPENSSL_USE_STATIC_LIBS=TRUE
from cmake command.