We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4486c8 commit 7881592Copy full SHA for 7881592
build-openssl-libraries.sh
@@ -8,7 +8,7 @@
8
HOST_INFO=`uname -a`
9
case ${HOST_INFO} in
10
Darwin*)
11
- TOOLCHAIN_SYSTEM=darwin-x86
+ TOOLCHAIN_SYSTEM=darwin-x86_64
12
;;
13
Linux*)
14
if [[ "${HOST_INFO}" == *i686* ]]
@@ -30,7 +30,7 @@
30
git clean -dfx && git checkout -f
31
./Configure dist
32
33
- ANDROID_PLATFORM_VERSION=android-14
+ ANDROID_PLATFORM_VERSION=android-19
34
ANDROID_TOOLCHAIN_DIR=/tmp/sqlcipher-android-toolchain
35
OPENSSL_EXCLUSION_LIST=no-krb5 no-gost no-idea no-camellia \
36
no-seed no-bf no-cast no-rc2 no-rc4 no-rc5 no-md2 \
0 commit comments