diff options
author | Memphiz <memphis@machzwo.de> | 2015-04-11 18:46:13 +0200 |
---|---|---|
committer | Memphiz <memphis@machzwo.de> | 2015-04-11 19:27:26 +0200 |
commit | 6351f45881ba2a1e7787e3cce8b56a10f7e23585 (patch) | |
tree | 3f01e4e09d30396b4d950266d3d30dfeada62e61 /tools | |
parent | b772ee11ddb2892f2b559e6cbebd8915bb0a8dfb (diff) |
[depends/libffi] - pass the "don't use std asm" only to the CCASFLAGS - fixes configure failing to detect working c compiler in xcode6.3
Diffstat (limited to 'tools')
-rw-r--r-- | tools/depends/target/libffi/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/depends/target/libffi/Makefile b/tools/depends/target/libffi/Makefile index 3a4ed476a3..fa4ee815bf 100644 --- a/tools/depends/target/libffi/Makefile +++ b/tools/depends/target/libffi/Makefile @@ -10,7 +10,7 @@ ARCHIVE=$(SOURCE).tar.gz # configuration settings CONFIGURE= ./configure --prefix=$(PREFIX) --disable-shared --disable-builddir ifeq ($(OS), ios) -CONFIGURE+=CFLAGS=-no-integrated-as +CONFIGURE+=CCASFLAGS=-no-integrated-as endif |