diff --git a/installers/install.sh b/installers/install.sh index c40cbc52e3..f9ed4d75be 100755 --- a/installers/install.sh +++ b/installers/install.sh @@ -92,6 +92,10 @@ MINGW*|MSYS*) ;; esac +if [ $OS = "darwin" ]; then + system_profiler | grep Processor +fi + # Determine a fetch method if [ ! -z "`command -v wget`" ]; then which wget