projects
/
platform
/
upstream
/
libvpx.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7a09f6b
)
Unit tests do not build for iOS
author
Johann
<johannkoenig@google.com>
Thu, 13 Dec 2012 19:35:59 +0000
(11:35 -0800)
committer
Johann
<johannkoenig@google.com>
Thu, 13 Dec 2012 19:40:15 +0000
(11:40 -0800)
Change-Id: I63423f8f2ec152cb490ddd9e6a94e431a11858f6
configure
patch
|
blob
|
history
diff --git
a/configure
b/configure
index b3c5fe90d5597da5fe812d61650aebe3a5fe8159..be36e564ddae6c505a6c363af1780adee487f15c 100755
(executable)
--- 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;