fix Makefile for mac os

This commit is contained in:
Simon Morlat 2012-07-30 14:43:33 +02:00
parent e2589c8535
commit f4de95dddd

View file

@ -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