fix buildroot in environment.sh

This commit is contained in:
Stéphane Planquart 2011-12-01 21:17:25 +01:00
parent 87b87708fe
commit 7a28ecdca6

View file

@ -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"