From f4de95dddd26cb35ae8f34a0ddeca670746c93e8 Mon Sep 17 00:00:00 2001 From: Simon Morlat Date: Mon, 30 Jul 2012 14:43:33 +0200 Subject: [PATCH] fix Makefile for mac os --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 75365a265..29b26e79d 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ NDK_PATH=$(shell dirname `which ndk-build`) SDK_PATH=$(shell dirname `which android`) -NUMCPUS=$(shell grep -c '^processor' /proc/cpuinfo) +NUMCPUS=$(shell grep -c '^processor' /proc/cpuinfo || echo "4" ) TOPDIR=$(shell pwd) PATCH_FFMPEG=$(shell cd submodules/externals/ffmpeg && git status | grep neon) KEYSTORE=bc-android.keystore