From 7a28ecdca668b343a426e72f2156971ad6e193f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Planquart?= Date: Thu, 1 Dec 2011 21:17:25 +0100 Subject: [PATCH] fix buildroot in environment.sh --- environment.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/environment.sh b/environment.sh index 414f6fc..b7bf049 100755 --- a/environment.sh +++ b/environment.sh @@ -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"