fix buildroot in environment.sh
This commit is contained in:
parent
87b87708fe
commit
7a28ecdca6
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ SDKROOT=$DEVROOT/SDKs/iPhoneOS$SDKVER.sdk
|
|||
|
||||
# where the build will be located
|
||||
ROOT="$( cd -P "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
||||
BUILDROOT="$ROOT/build"
|
||||
export BUILDROOT="$ROOT/build"
|
||||
|
||||
# for external project
|
||||
export KIVYIOSROOT="$ROOT"
|
||||
|
|
Loading…
Reference in a new issue