Update core-legacy location

This commit is contained in:
Victor Shcherb 2014-12-21 23:39:14 +01:00
parent 169127d482
commit 47d605b4f4

View file

@ -3,7 +3,7 @@
set -e
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 [[ -z "$OSMAND_BUILD_CPU_CORES_NUM" ]]; then