Commit 72013a5b authored by Felix Paul Kühne's avatar Felix Paul Kühne

iOS: don't deploy xcrun as for Intel builds as this isn't needed

parent fc45d0b9
...@@ -133,7 +133,6 @@ AS=perl $(abspath ../../extras/tools/build/bin/gas-preprocessor.pl) $(CC) ...@@ -133,7 +133,6 @@ AS=perl $(abspath ../../extras/tools/build/bin/gas-preprocessor.pl) $(CC)
CCAS=gas-preprocessor.pl $(CC) -c CCAS=gas-preprocessor.pl $(CC) -c
else else
CCAS=$(CC) -c CCAS=$(CC) -c
AS=xcrun as
endif endif
AR=xcrun ar AR=xcrun ar
LD=xcrun ld LD=xcrun ld
......
...@@ -184,7 +184,6 @@ if [ "$PLATFORM" = "OS" ]; then ...@@ -184,7 +184,6 @@ if [ "$PLATFORM" = "OS" ]; then
export GASPP_FIX_XCODE5=1 export GASPP_FIX_XCODE5=1
fi fi
else else
export AS="xcrun as"
export ASCPP="xcrun as" export ASCPP="xcrun as"
fi fi
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment