aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorMemphiz <memphis@machzwo.de>2015-04-11 18:46:13 +0200
committerMemphiz <memphis@machzwo.de>2015-04-11 19:27:26 +0200
commit6351f45881ba2a1e7787e3cce8b56a10f7e23585 (patch)
tree3f01e4e09d30396b4d950266d3d30dfeada62e61 /tools
parentb772ee11ddb2892f2b559e6cbebd8915bb0a8dfb (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/Makefile2
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