From: Johann Date: Thu, 13 Dec 2012 19:35:59 +0000 (-0800) Subject: Unit tests do not build for iOS X-Git-Tag: v1.2.0~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a1d929ea97c6862a6e6582cec633d26a445a7920;p=libvpx Unit tests do not build for iOS Change-Id: I63423f8f2ec152cb490ddd9e6a94e431a11858f6 --- diff --git a/configure b/configure index b3c5fe90d..be36e564d 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 "$@" <