Merge pull request #26028 from thexai/videopicture
[xbmc.git] / tools / buildsteps / tvos / prepare-xbmc
blobaf48229b44756fa9cdef8e4a4e28158ade453525
1 WORKSPACE=${WORKSPACE:-$( cd $(dirname $0)/../../.. ; pwd -P )}
2 XBMC_PLATFORM_DIR=tvos
3 . $WORKSPACE/tools/buildsteps/defaultenv
5 #build binary addons before building xbmc...
6 #make sure that binary_addons don't clean the native tools
7 #here
8 BINARY_ADDONS_CLEAN_NATIVETOOLS="0"
9 . $WORKSPACE/tools/buildsteps/$XBMC_PLATFORM_DIR/make-binary-addons