From d45268d28f57d1b80636fe94add4f929ea50c906 Mon Sep 17 00:00:00 2001 From: Steve Lhomme Date: Mon, 25 Feb 2019 09:13:42 +0100 Subject: [PATCH] bootstrap: use MSYS2 the same way as MINGW targets Although noone will actually built VLC to be run on msys2 --- extras/tools/bootstrap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extras/tools/bootstrap b/extras/tools/bootstrap index fd399315fe..75e2eff563 100755 --- a/extras/tools/bootstrap +++ b/extras/tools/bootstrap @@ -160,7 +160,7 @@ DEPS_ONLY="help2man" CPUS= case `uname` in - Linux|MINGW32*|MINGW64*) + Linux|MINGW32*|MINGW64*|*MSYS*) CPUS=`getconf _NPROCESSORS_ONLN 2>&1` ;; Darwin|FreeBSD|NetBSD)