Merge pull request #25820 from hribz/master
[xbmc.git] / tools / buildsteps / linux / make-native-depends
blob5ac21af3a4944ad28c34602cb6a1b6d5192028c1
1 WORKSPACE=${WORKSPACE:-$( cd $(dirname $0)/../../.. ; pwd -P )}
2 XBMC_PLATFORM_DIR=linux
3 . $WORKSPACE/tools/buildsteps/defaultenv
5 if [ "$(pathChanged $WORKSPACE/tools/depends)" == "1" ] && [ "$BINARY_ADDONS_CLEAN_NATIVETOOLS" != "0" ]
6 then
7   git clean -xffd $WORKSPACE/tools/depends/native
8   cd $WORKSPACE/tools/depends/native;make -j $BUILDTHREADS && tagSuccessFulBuild $WORKSPACE/tools/depends
9 fi