From 73d2def8984c30c9788fb6fe2045f1f8ce267736 Mon Sep 17 00:00:00 2001 From: Alexander Kyte Date: Mon, 18 Jul 2016 15:48:56 -0400 Subject: [PATCH] [runtime] Don't build mobile_static on default preset, don't know which configuration to use --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 69ba58376c3..f2ac137b67f 100644 --- a/configure.ac +++ b/configure.ac @@ -791,7 +791,7 @@ elif test x$with_runtime_preset = xall; then with_monotouch_watch_default=yes with_monotouch_tv_default=yes with_xammac_default=yes - with_mobile_static_default=yes + with_mobile_static_default=no with_bitcode_default=no elif test x$with_runtime_preset = xmobile_static; then DISABLE_MCS_DOCS_default=yes -- 2.11.4.GIT