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)
CCAS=gas-preprocessor.pl $(CC) -c
else
CCAS=$(CC) -c
AS=xcrun as
endif
AR=xcrun ar
LD=xcrun ld
......
......@@ -184,7 +184,6 @@ if [ "$PLATFORM" = "OS" ]; then
export GASPP_FIX_XCODE5=1
fi
else
export AS="xcrun as"
export ASCPP="xcrun as"
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