fix indent
replace all tabs to 2 spaces apply same indent rule (e.g. case statement)
This commit is contained in:
parent
c83ae1c7fb
commit
9f71eb4855
|
@ -20,15 +20,15 @@
|
|||
#
|
||||
###########################################################################
|
||||
# Change values here #
|
||||
#
|
||||
# #
|
||||
VERSION="1.0.2e" #
|
||||
IOS_SDKVERSION=`xcrun -sdk iphoneos --show-sdk-version`
|
||||
IOS_SDKVERSION=`xcrun -sdk iphoneos --show-sdk-version` #
|
||||
TVOS_SDKVERSION=`xcrun -sdk appletvos --show-sdk-version` #
|
||||
CONFIG_OPTIONS=""
|
||||
CURL_OPTIONS=""
|
||||
CONFIG_OPTIONS="" #
|
||||
CURL_OPTIONS="" #
|
||||
|
||||
# To set "enable-ec_nistp_64_gcc_128" configuration for x64 archs set next variable to "true"
|
||||
ENABLE_EC_NISTP_64_GCC_128=""
|
||||
ENABLE_EC_NISTP_64_GCC_128="" #
|
||||
# #
|
||||
###########################################################################
|
||||
# #
|
||||
|
@ -94,7 +94,6 @@ mkdir -p "${CURRENTPATH}/lib"
|
|||
tar zxf openssl-${VERSION}.tar.gz -C "${CURRENTPATH}/src"
|
||||
cd "${CURRENTPATH}/src/openssl-${VERSION}"
|
||||
|
||||
|
||||
for ARCH in ${ARCHS}
|
||||
do
|
||||
if [[ "$ARCH" == tv* ]]; then
|
||||
|
|
Loading…
Reference in New Issue