Commit efb1e760 authored by Steve Lhomme's avatar Steve Lhomme Committed by Jean-Baptiste Kempf

tools: build with multiple threads on msys2 hosts

Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 383abfa1
...@@ -90,7 +90,7 @@ CPUS= ...@@ -90,7 +90,7 @@ CPUS=
CC= CC=
CXX= CXX=
case `uname` in case `uname` in
Linux) Linux|MINGW32*|MINGW64*)
CPUS=`grep -c ^processor /proc/cpuinfo` CPUS=`grep -c ^processor /proc/cpuinfo`
;; ;;
Darwin) Darwin)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment