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

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