summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Zern <jzern@google.com>2016-11-04 17:48:24 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2016-11-04 17:48:24 +0000
commit232221b83a3d98da731cbaf589bd3f96bc597ff6 (patch)
tree959ae943dc72fc527135674076aaa8f37e185262
parent34c35b6fb6417570fff4cb81f1ce45ebe0a1972f (diff)
parent90a135854cca4b6bb01c7a17fad0faaf2d8ae670 (diff)
downloadlibvpx-232221b83a3d98da731cbaf589bd3f96bc597ff6.tar
libvpx-232221b83a3d98da731cbaf589bd3f96bc597ff6.tar.gz
libvpx-232221b83a3d98da731cbaf589bd3f96bc597ff6.tar.bz2
libvpx-232221b83a3d98da731cbaf589bd3f96bc597ff6.zip
Merge "configure: disable tools for armv7-win32-vs1[24]"
-rw-r--r--build/make/configure.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/build/make/configure.sh b/build/make/configure.sh
index f050fa06a..007e02000 100644
--- a/build/make/configure.sh
+++ b/build/make/configure.sh
@@ -936,6 +936,7 @@ EOF
# only "AppContainerApplication" which requires an AppxManifest.
# Therefore disable the examples, just build the library.
disable_feature examples
+ disable_feature tools
fi
;;
rvct)