Unit tests do not build for iOS

Change-Id: I63423f8f2ec152cb490ddd9e6a94e431a11858f6
This commit is contained in:
Johann 2012-12-13 11:35:59 -08:00
parent 7a09f6b892
commit a1d929ea97

4
configure vendored
View File

@ -604,6 +604,10 @@ process_toolchain() {
*-android-*) *-android-*)
# GTestLog must be modified to use Android logging utilities. # 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 check_cxx "$@" <<EOF && soft_enable unit_tests
int z; int z;