Skip to content

Commit

Permalink
Enabled pic
Browse files Browse the repository at this point in the history
  • Loading branch information
nikialeksey committed Jan 18, 2024
1 parent 46b793e commit 233f4b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openssl-build-target-archs
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ do
getArchitecture $arch

# Create Makefile
./Configure $ARCHITECTURE -D__ANDROID_API__=${OPENSSL_TARGET_NDK_LEVEL} >> "${LOG_PATH}/${arch}.log" 2>&1
./Configure $ARCHITECTURE enable-pic -D__ANDROID_API__=${OPENSSL_TARGET_NDK_LEVEL} >> "${LOG_PATH}/${arch}.log" 2>&1

# Build Openssl
echo "Building OpenSSL Library for Android arch $arch"
Expand Down

0 comments on commit 233f4b4

Please sign in to comment.