diff options
author | Memphiz <memphis@machzwo.de> | 2016-04-02 11:11:59 +0200 |
---|---|---|
committer | Memphiz <memphis@machzwo.de> | 2016-04-02 11:12:20 +0200 |
commit | b41722d2f978e20efbfa4bcd07b7bf1401e24560 (patch) | |
tree | 8d1dc64c1cc0e67333af5e590e34a5935af8d329 /tools | |
parent | 64d51bcb181a808f7eb955feb6932a8a1512be40 (diff) |
[buildsteps] - removed TOOLCHAIN_X86 var from README - its not used anymore
Diffstat (limited to 'tools')
-rw-r--r-- | tools/buildsteps/README | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/buildsteps/README b/tools/buildsteps/README index 782e2c49da..0fc634940d 100644 --- a/tools/buildsteps/README +++ b/tools/buildsteps/README @@ -11,6 +11,5 @@ $XBMC_DEPENDS_ROOT - root for installing the xbmc build depends and toolchain he Additional ENV variables might be specified by the buildnodes. For android buildslaves these are: TOOLCHAIN - the used toolchain dir -TOOLCHAIN_X86 - this is the toolchain dir for x86 toolchain of android. This needs this extra var for beeing able to specify both toolchains (arm & x86) at the same slave. NDK_PATH - the path to the android native ndk SDK_PATH - the path to the android sdk |