mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-20 21:18:07 +00:00
Fix NUMCPUS variable to allow parallel builds
This commit is contained in:
parent
4a107a24c9
commit
d766009835
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -17,7 +17,7 @@ X86_SYSROOT=$(shell find "${NDK_PATH}" -name arch-x86 -print | \
|
|||
print $$0 " " b[2]}' | \
|
||||
sort -g -k 2 | \
|
||||
awk '{ print $$1 }' | tail -1)
|
||||
NUMCPUS=1
|
||||
NUMCPUS=$(shell grep -c '^processor' /proc/cpuinfo 2>/dev/null || echo "4" )
|
||||
TOPDIR=$(shell pwd)
|
||||
LIBLINPHONE_VERSION=$(shell cd submodules/linphone && git describe --always)
|
||||
LINPHONE_ANDROID_DEBUG_VERSION=$(shell git describe --always)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue