[vlc-commits] iOS: don't deploy xcrun as for Intel builds as this isn't needed
Felix Paul Kühne
git at videolan.org
Wed Feb 5 15:41:33 CET 2014
vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Wed Feb 5 15:37:07 2014 +0100| [72013a5b4f565e8fbfe83369a4bfa76d0026fc1a] | committer: Felix Paul Kühne
iOS: don't deploy xcrun as for Intel builds as this isn't needed
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=72013a5b4f565e8fbfe83369a4bfa76d0026fc1a
---
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
More information about the vlc-commits
mailing list