123456789101112131415161718192021222324252627282930313233343536373839 |
- From 72013a5b4f565e8fbfe83369a4bfa76d0026fc1a Mon Sep 17 00:00:00 2001
- From: =?UTF-8?q?Felix=20Paul=20K=C3=BChne?= <fkuehne@videolan.org>
- Date: Wed, 5 Feb 2014 15:37:07 +0100
- Subject: [PATCH 02/24] iOS: don't deploy xcrun as for Intel builds as this
- isn't needed
- ---
- contrib/src/main.mak | 1 -
- extras/package/ios/build.sh | 1 -
- 2 files changed, 2 deletions(-)
- diff --git a/contrib/src/main.mak b/contrib/src/main.mak
- index 8b2a9a5..bb7c87b 100644
- --- a/contrib/src/main.mak
- +++ b/contrib/src/main.mak
- @@ -133,7 +133,6 @@ AS=perl $(abspath ../../extras/tools/build/bin/gas-preprocessor.pl) $(CC)
- CCAS=gas-preprocessor.pl $(CC) -c
- else
- CCAS=$(CC) -c
- -AS=xcrun as
- endif
- AR=xcrun ar
- LD=xcrun ld
- diff --git a/extras/package/ios/build.sh b/extras/package/ios/build.sh
- index ae65a4b..32536ea 100755
- --- a/extras/package/ios/build.sh
- +++ b/extras/package/ios/build.sh
- @@ -184,7 +184,6 @@ if [ "$PLATFORM" = "OS" ]; then
- export GASPP_FIX_XCODE5=1
- fi
- else
- - export AS="xcrun as"
- export ASCPP="xcrun as"
- fi
-
- --
- 1.8.3.4 (Apple Git-47)
|