Skip to content
Snippets Groups Projects
Commit bf235ea8 authored by Felix Paul Kühne's avatar Felix Paul Kühne
Browse files

contrib/ios: simplify arch handling

parent a8a64471
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment