diff options
Diffstat (limited to 'INSTALL')
-rwxr-xr-x | INSTALL | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -104,6 +104,7 @@ if [ `uname` = SunOS ]; then fi if [ `uname` = Darwin ]; then + export NPROC=$(sysctl hw.ncpu | sed 's/hw.ncpu: //') # On Darwin, uname -m -p cannot be trusted. echo "* Running on Darwin: checking architecture..." rm -f ./a.out |