diff options
Diffstat (limited to 'tools/buildsteps/atv2/make-xbmc')
-rwxr-xr-x | tools/buildsteps/atv2/make-xbmc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/buildsteps/atv2/make-xbmc b/tools/buildsteps/atv2/make-xbmc index a3a8b9b0e0..5b8bb111f7 100755 --- a/tools/buildsteps/atv2/make-xbmc +++ b/tools/buildsteps/atv2/make-xbmc @@ -3,6 +3,6 @@ XBMC_PLATFORM_DIR=atv2 . $WORKSPACE/tools/buildsteps/defaultenv cd $WORKSPACE;make -j$BUILDTHREADS xcode_depends -cd $WORKSPACE;xcodebuild -project XBMC.xcodeproj -target XBMC-ATV2 -configuration $Configuration build \ +cd $WORKSPACE;xcodebuild -project Kodi.xcodeproj -target Kodi-ATV2 -configuration $Configuration build \ ONLY_ACTIVE_ARCH=YES ARCHS=armv7 VALID_ARCHS=armv7 IPHONEOS_DEPLOYMENT_TARGET=4.2 \ SDKROOT=iphoneos$SDK_VERSION XBMC_DEPENDS_ROOT=$XBMC_DEPENDS_ROOT CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO |