fix Makefile for mac os
This commit is contained in:
parent
e2589c8535
commit
f4de95dddd
1 changed files with 1 additions and 1 deletions
2
Makefile
2
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
|
||||
|
|
Loading…
Reference in a new issue