From 5814c72c74f80f0fa7124ceb45e9f7d5f5c55fc0 Mon Sep 17 00:00:00 2001 From: Alexander Gorshenev Date: Mon, 23 Jan 2017 23:54:21 +0300 Subject: [PATCH] Temporarily disabled iphone_sim build, until we figure out how to bring the sysroot for it. --- build.gradle | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index d88d10dc60e..c4bca47d1c8 100644 --- a/build.gradle +++ b/build.gradle @@ -36,8 +36,9 @@ allprojects { ["--sysroot=$hostSysrootDir"], "iphone": ["-stdlib=libc++", "-arch", "arm64", "-isysroot", "$iphoneSysrootDir"], - "iphone_sim": - ["-stdlib=libc++", "-isysroot", "$iphoneSimSysrootDir"], +// TODO: re-enable after simulator sysroot is available in the dependencies +// "iphone_sim": +// ["-stdlib=libc++", "-isysroot", "$iphoneSimSysrootDir"], ] } ext.targetList = ext.targetArgs.keySet() as List