aboutsummaryrefslogtreecommitdiff
path: root/tools/buildsteps/linux64/configure-depends
blob: 1460e3c630ab7d3eb18fdcddb156b618009f9c06 (plain)
1
2
3
4
5
6
7
8
9
WORKSPACE=${WORKSPACE:-$( cd $(dirname $0)/../../.. ; pwd -P )}
XBMC_PLATFORM_DIR=linux64
. $WORKSPACE/tools/buildsteps/defaultenv

if [ "$(pathChanged $WORKSPACE/tools/depends)" == "1" ]
then
  cd $WORKSPACE/tools/depends;./configure \
    --with-toolchain=/usr --prefix=$XBMC_DEPENDS_ROOT --host=x86_64-linux-gnu
fi