Trigger build

This commit is contained in:
Ali 2020-03-31 18:01:54 +04:00
parent 1be6e0c3ba
commit 4e8cf117b7

View File

@ -2,6 +2,7 @@
include Utils.makefile include Utils.makefile
APP_VERSION="6.0.1" APP_VERSION="6.0.1"
CORE_COUNT=$(shell sysctl -n hw.logicalcpu) CORE_COUNT=$(shell sysctl -n hw.logicalcpu)
CORE_COUNT_MINUS_ONE=$(shell expr ${CORE_COUNT} \- 1) CORE_COUNT_MINUS_ONE=$(shell expr ${CORE_COUNT} \- 1)