Update core-legacy location
This commit is contained in:
parent
169127d482
commit
47d605b4f4
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
SCRIPT_LOC="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
SCRIPT_LOC="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
||||||
CORE_LOC="$SCRIPT_LOC/../../core"
|
CORE_LOC="$SCRIPT_LOC/../../core-legacy"
|
||||||
|
|
||||||
if [[ "$(uname -a)" =~ Linux ]]; then
|
if [[ "$(uname -a)" =~ Linux ]]; then
|
||||||
if [[ -z "$OSMAND_BUILD_CPU_CORES_NUM" ]]; then
|
if [[ -z "$OSMAND_BUILD_CPU_CORES_NUM" ]]; then
|
||||||
|
|
Loading…
Reference in a new issue