Browse Source

tools: build with multiple threads on msys2 hosts

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
pull/42/head
Steve Lhomme 11 years ago
committed by Jean-Baptiste Kempf
parent
commit
efb1e7608c
  1. 2
      extras/tools/bootstrap

2
extras/tools/bootstrap

@ -90,7 +90,7 @@ CPUS=
CC=
CXX=
case `uname` in
Linux)
Linux|MINGW32*|MINGW64*)
CPUS=`grep -c ^processor /proc/cpuinfo`
;;
Darwin)

Loading…
Cancel
Save