aboutsummaryrefslogtreecommitdiff
path: root/tools/darwin/Support/Codesign.command
diff options
context:
space:
mode:
Diffstat (limited to 'tools/darwin/Support/Codesign.command')
-rwxr-xr-xtools/darwin/Support/Codesign.command2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/darwin/Support/Codesign.command b/tools/darwin/Support/Codesign.command
index 62e248cf62..8df9860c67 100755
--- a/tools/darwin/Support/Codesign.command
+++ b/tools/darwin/Support/Codesign.command
@@ -5,7 +5,7 @@ LIST_BINARY_EXTENSIONS="dylib so 0 vis"
export CODESIGN_ALLOCATE=`xcodebuild -find codesign_allocate`
-GEN_ENTITLEMENTS="/Developer/iphoneentitlements401/gen_entitlements.py"
+GEN_ENTITLEMENTS="$XBMC_DEPENDS_ROOT/buildtools-native/bin/gen_entitlements.py"
if [ ! -f ${GEN_ENTITLEMENTS} ]; then
echo "error: $GEN_ENTITLEMENTS not found. Codesign won't work."