aboutsummaryrefslogtreecommitdiff
path: root/tools/buildsteps/linux32/configure-depends
blob: 9382b9514ed255e3778f2cc9c378b7afff1ef822 (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

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