Skip to content

Commit

Permalink
Android: build: fix for new LibreSSL version
Browse files Browse the repository at this point in the history
  • Loading branch information
bk138 committed Dec 5, 2023
1 parent 0ad8e68 commit 14ace4a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions android/app/src/main/cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ set(OPENSSL_CRYPTO_LIBRARY ${libssl_build_DIR}/crypto/libcrypto.a CACHE FILEPATH
set(OPENSSL_INCLUDE_DIR ${libssl_src_DIR}/include CACHE PATH "")
# set include directories so dependent code can find the headers
include_directories(
${CMAKE_BINARY_DIR}/include # generates headers in there
${libssl_src_DIR}/include
)

Expand Down

0 comments on commit 14ace4a

Please sign in to comment.