Skip to content

Commit

Permalink
Use helper config script.
Browse files Browse the repository at this point in the history
Signed-off-by: Kenneth J. Shackleton <[email protected]>
  • Loading branch information
kennethshackleton committed Sep 12, 2023
1 parent 685c6c8 commit 292d672
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OpenSSL/build_libraries.sh
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ OPENSSL_CONFIGURE_OPTIONS="-fPIC -fstack-protector-all no-idea no-camellia \
TOOLCHAIN_BIN="${ANDROID_NDK_HOME}/toolchains/llvm/prebuilt/${TOOLCHAIN_SYSTEM}/bin/"
PATH=${TOOLCHAIN_BIN}:${PATH}

./Configure ${ARCH} \
./config ${ARCH} \
-D__ANDROID_API__=${ANDROID_API} \
-D_FILE_OFFSET_BITS=${OFFSET} \
${OPENSSL_CONFIGURE_OPTIONS}
Expand Down

0 comments on commit 292d672

Please sign in to comment.