aboutsummaryrefslogtreecommitdiff
path: root/tools/buildsteps/linux32/prepare-xbmc
blob: f22988a5eedd315baef85cd484b8929e6c720fd9 (plain)
1
2
3
4
5
6
7
8
9
WORKSPACE=${WORKSPACE:-$( cd $(dirname $0)/../../.. ; pwd -P )}
XBMC_PLATFORM_DIR=linux32
. $WORKSPACE/tools/buildsteps/defaultenv

#build binary addons before building xbmc...
#make sure that binary_addons don't clean the native tools
#here (e.x. on release builds where pathChanged always returns 1
BINARY_ADDONS_CLEAN_NATIVETOOLS="0"
. $WORKSPACE/tools/buildsteps/$XBMC_PLATFORM_DIR/make-binary-addons