Commit 4dd980cb authored by Felix Paul Kühne's avatar Felix Paul Kühne

contrib/postproc: fixed compilation for the iOS simulator

parent 3f8d3763
......@@ -40,8 +40,8 @@ ifdef HAVE_DARWIN_OS
POSTPROCCONF += --arch=$(ARCH) --target-os=darwin
endif
ifdef HAVE_IOS
POSTPROCCONF += --as="$(AS)"
ifeq ($(ARCH),arm)
POSTPROCCONF += --as="$(AS)"
POSTPROCCONF += --cpu=cortex-a8
endif
endif
......
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