Replace indentation tabs with spaces
This commit is changing a few lines indented using tabs. The file was mainly using spaces for indenting, except for some lines.
This commit is contained in:
parent
1ac35faa84
commit
352ebab9e3
1 changed files with 5 additions and 5 deletions
|
@ -48,11 +48,11 @@ build_for_arch armv7 armv7-apple-darwin ${XCODE_DEV}/Platforms/iPhoneOS.platform
|
||||||
|
|
||||||
mkdir -p ${TMP_DIR}/lib/
|
mkdir -p ${TMP_DIR}/lib/
|
||||||
${DEVROOT}/usr/bin/lipo \
|
${DEVROOT}/usr/bin/lipo \
|
||||||
-arch x86_64 ${TMP_DIR}/x86_64/lib/libcurl.a \
|
-arch x86_64 ${TMP_DIR}/x86_64/lib/libcurl.a \
|
||||||
-arch armv7 ${TMP_DIR}/armv7/lib/libcurl.a \
|
-arch armv7 ${TMP_DIR}/armv7/lib/libcurl.a \
|
||||||
-arch armv7s ${TMP_DIR}/armv7s/lib/libcurl.a \
|
-arch armv7s ${TMP_DIR}/armv7s/lib/libcurl.a \
|
||||||
-arch arm64 ${TMP_DIR}/arm64/lib/libcurl.a \
|
-arch arm64 ${TMP_DIR}/arm64/lib/libcurl.a \
|
||||||
-output ${TMP_DIR}/lib/libcurl.a -create
|
-output ${TMP_DIR}/lib/libcurl.a -create
|
||||||
|
|
||||||
cp -r ${TMP_DIR}/arm64/include ${TMP_DIR}/
|
cp -r ${TMP_DIR}/arm64/include ${TMP_DIR}/
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue