From 921e23dcd58a5e6888691a8bfdd83bb0641c08df Mon Sep 17 00:00:00 2001 From: renaud gaudin Date: Wed, 1 May 2013 16:28:06 +0000 Subject: [PATCH] Fixed android compile on buildbot --- build-android-with-native.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-android-with-native.py b/build-android-with-native.py index 72b4c970f..d9048de15 100755 --- a/build-android-with-native.py +++ b/build-android-with-native.py @@ -276,7 +276,7 @@ for arch in ARCHS: # change the PATH for compilation to use proper tools new_environ = {'PATH': ('%(platform)s/bin:%(platform)s/%(arch_full)s' '/bin:%(platform)s/libexec/gcc/%(arch_full)s/' - '%(gccver)s/:%(sdka)s:%(sdkb)s/%(orig)s' + '%(gccver)s/:%(sdka)s:%(sdkb)s/:%(orig)s' % {'platform': platform, 'orig': ORIGINAL_ENVIRON['PATH'], 'arch_full': arch_full,