From 90a135854cca4b6bb01c7a17fad0faaf2d8ae670 Mon Sep 17 00:00:00 2001 From: James Zern Date: Thu, 3 Nov 2016 22:54:35 -0700 Subject: [PATCH] configure: disable tools for armv7-win32-vs1[24] this shares the same prohibition as the examples Change-Id: I17d65e4f26847af8cbb1d1a3c4a114ed021a8b9f --- build/make/configure.sh | 1 + 1 file changed, 1 insertion(+) 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) -- 2.50.1