diff options
| -rw-r--r-- | build/ymake.core.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/build/ymake.core.conf b/build/ymake.core.conf index c6cab862087..2ab5d1ca9e1 100644 --- a/build/ymake.core.conf +++ b/build/ymake.core.conf @@ -187,6 +187,10 @@ when ($OS_CYGWIN == "yes") { FSTACK= } +when ($OS_IOS == "yes") { + USE_ASMLIB=no +} + CFLAGS+=$COVERAGE_FLAGS LDFLAGS+=$COVERAGE_FLAGS |
