Skip to content
Snippets Groups Projects
Commit 4598e488 authored by Pierre's avatar Pierre
Browse files

arm_neon: Force libtool to be in CC mode when using a custom as for iOS.

parent 2526aec1
No related branches found
No related tags found
No related merge requests found
# When using a specific AS tool instead of gcc libtool goes mad
# without this. (This is the case with iOS).
LIBTOOL=@LIBTOOL@ --tag=CC
AM_CFLAGS += $(ARM_NEON_CFLAGS)
libaudio_format_neon_plugin_la_SOURCES = \
......
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