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

if [ "$(pathChanged $WORKSPACE/tools/depends)" == "1" ]
then
  cd $WORKSPACE/tools/depends;./configure \
    --with-tarballs=/Users/Shared/xbmc-depends/tarballs \
    --host=x86_64-apple-darwin \
    --with-sdk=$SDK_VERSION \
    --prefix=$XBMC_DEPENDS_ROOT
fi