Added arm64 build script to OpenSSL
This commit is contained in:
@@ -21,7 +21,7 @@ NDK=`readlink -f $NDK`
|
||||
[ -z "$NDK" ] && { echo "You need Andorid NDK r8 or newer installed to run this script" ; exit 1 ; }
|
||||
GCCPREFIX=mipsel-linux-android
|
||||
GCCVER=${GCCVER:-4.9}
|
||||
PLATFORMVER=${PLATFORMVER:-android-14}
|
||||
PLATFORMVER=${PLATFORMVER:-android-24}
|
||||
LOCAL_PATH=`dirname $0`
|
||||
if which realpath > /dev/null ; then
|
||||
LOCAL_PATH=`realpath $LOCAL_PATH`
|
||||
|
||||
Reference in New Issue
Block a user