From a1d929ea97c6862a6e6582cec633d26a445a7920 Mon Sep 17 00:00:00 2001 From: Johann <johannkoenig@google.com> Date: Thu, 13 Dec 2012 11:35:59 -0800 Subject: [PATCH] Unit tests do not build for iOS Change-Id: I63423f8f2ec152cb490ddd9e6a94e431a11858f6 --- configure | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/configure b/configure index b3c5fe90d5..be36e564dd 100755 --- a/configure +++ b/configure @@ -604,6 +604,10 @@ process_toolchain() { *-android-*) # GTestLog must be modified to use Android logging utilities. ;; + *-darwin-*) + # iOS/ARM builds do not work with gtest. This does not match + # x86 targets. + ;; *) check_cxx "$@" <<EOF && soft_enable unit_tests int z; -- GitLab