[vlc-commits] bootstrap: use MSYS2 the same way as MINGW targets
Steve Lhomme
git at videolan.org
Mon Feb 25 09:14:19 CET 2019
vlc | branch: master | Steve Lhomme <robux4 at ycbcr.xyz> | Mon Feb 25 09:13:42 2019 +0100| [d45268d28f57d1b80636fe94add4f929ea50c906] | committer: Steve Lhomme
bootstrap: use MSYS2 the same way as MINGW targets
Although noone will actually built VLC to be run on msys2
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=d45268d28f57d1b80636fe94add4f929ea50c906
---
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)
More information about the vlc-commits
mailing list