Commit bf235ea8 authored by Felix Paul Kühne's avatar Felix Paul Kühne

contrib/ios: simplify arch handling

parent a8a64471
......@@ -128,7 +128,7 @@ CCAS=$(CC) -c
ifdef HAVE_IOS
CC=xcrun clang
CXX=xcrun clang++
ifeq ($(ARCH), arm)
ifdef HAVE_NEON
AS=perl $(abspath ../../extras/tools/build/bin/gas-preprocessor.pl) $(CC)
CCAS=gas-preprocessor.pl $(CC) -c
else
......
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