Skip to content
Discussion options

You must be logged in to vote

Hi, After exhaustive trials the only thing that worked was to reverse engineer the MakeFiles and CMakeFiles and set

-DOPENSSL_INCLUDE_FLAGS
-DOPENSSL_LINKER_FLAGS
-DCMAKE_CXX_FLAGS
-DCMAKE_C_FLAGS

The CMAKE_PREFIX and CMAKE_INCLUDE path were not being considered if you don't build OPENSSL and then you cannot include OPENSSL files when building other submodules
-DCMAKE_SHARED_LINKER_FLAGS="-L$ANDROID_LIB_PATH -fPIE -pie" \

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@BrunoFigRaymarine
Comment options

Answer selected by BrunoFigRaymarine
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants