[vlc-devel] [PATCH] tools: build with multiple threads on msys2 hosts
Steve Lhomme
robux4 at videolabs.io
Tue Feb 9 16:33:41 CET 2016
---
extras/tools/bootstrap | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/extras/tools/bootstrap b/extras/tools/bootstrap
index a5656b3..a282ad0 100755
--- a/extras/tools/bootstrap
+++ b/extras/tools/bootstrap
@@ -90,7 +90,7 @@ CPUS=
CC=
CXX=
case `uname` in
- Linux)
+ Linux|MINGW32*|MINGW64*)
CPUS=`grep -c ^processor /proc/cpuinfo`
;;
Darwin)
--
2.7.0
More information about the vlc-devel
mailing list