fix back the KIVYIOSROOT path
This commit is contained in:
parent
3875dd12e2
commit
af09496fa5
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ export XSLT_VERSION=1.1.26
|
||||||
export LXML_VERSION=2.3.1
|
export LXML_VERSION=2.3.1
|
||||||
|
|
||||||
# where the build will be located
|
# where the build will be located
|
||||||
export KIVYIOSROOT=$PWD
|
export KIVYIOSROOT="$( cd -P "$( dirname "${BASH_SOURCE[0]}" )/../" && pwd )"
|
||||||
export BUILDROOT="$KIVYIOSROOT/build"
|
export BUILDROOT="$KIVYIOSROOT/build"
|
||||||
export TMPROOT="$KIVYIOSROOT/tmp"
|
export TMPROOT="$KIVYIOSROOT/tmp"
|
||||||
export DESTROOT="$KIVYIOSROOT/tmp/root"
|
export DESTROOT="$KIVYIOSROOT/tmp/root"
|
||||||
|
|
Loading…
Add table
Reference in a new issue