[vlc-devel] [PATCH 5/6] contrib/bootstrap: Simplify host checks for mingw

Marvin Scholz epirat07 at gmail.com
Wed Jun 5 13:10:49 CEST 2019


---
 contrib/bootstrap | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/contrib/bootstrap b/contrib/bootstrap
index fc6fbcfb2b..02a958ca79 100755
--- a/contrib/bootstrap
+++ b/contrib/bootstrap
@@ -360,11 +360,10 @@ case "${OS}" in
 		add_make_enabled "HAVE_WIN32"
 		case "${HOST}" in
 			*winphone*|*windowsphone*)
+				add_make_enabled "HAVE_WINSTORE"
 				add_make_enabled "HAVE_WINDOWSPHONE"
 				;;
-		esac
-		case "${HOST}" in
-			*winphone*|*windowsphone*|*winrt*|*uwp*)
+			*winrt*|*uwp*)
 				add_make_enabled "HAVE_WINSTORE"
 				;;
 		esac
@@ -372,8 +371,6 @@ case "${OS}" in
 			amd64*|x86_64*)
 				add_make_enabled "HAVE_WIN64"
 				;;
-		esac
-		case "${HOST}" in
 			armv7*)
 				add_make_enabled "HAVE_ARMV7A"
 				;;
-- 
2.20.1 (Apple Git-117)



More information about the vlc-devel mailing list