aboutsummaryrefslogtreecommitdiff
path: root/tools/buildsteps/freebsd/configure-xbmc
blob: 0907c8724a06b59eefa33ed8a25e5e3cda51ee73 (plain)
1
2
3
4
5
6
7
8
WORKSPACE=${WORKSPACE:-$( cd $(dirname $0)/../../.. ; pwd -P )}
XBMC_PLATFORM_DIR=freebsd
. $WORKSPACE/tools/buildsteps/defaultenv


mkdir -p $WORKSPACE/build
cd $WORKSPACE/build
cmake -DCMAKE_BUILD_TYPE=$Configuration -DENABLE_INTERNAL_FSTRCMP=1 ..