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.command11
1 files changed, 1 insertions, 10 deletions
diff --git a/tools/darwin/Support/Codesign.command b/tools/darwin/Support/Codesign.command
index 8772013e62..5c9ebce10c 100755
--- a/tools/darwin/Support/Codesign.command
+++ b/tools/darwin/Support/Codesign.command
@@ -7,16 +7,7 @@ LIST_BINARY_EXTENSIONS="dylib so 0 vis pvr app"
GEN_ENTITLEMENTS="$NATIVEPREFIX/bin/gen_entitlements.py"
IOS11_ENTITLEMENTS="$XBMC_DEPENDS/share/ios11_entitlements.xml"
-LDID32="$NATIVEPREFIX/bin/ldid32"
-LDID64="$NATIVEPREFIX/bin/ldid64"
-LDID=${LDID32}
-
-if [ "${CURRENT_ARCH}" == "arm64" ] || [ "${CURRENT_ARCH}" == "aarch64" ]; then
- LDID=${LDID64}
- echo "using LDID64"
-else
- echo "using LDID32"
-fi
+LDID="$NATIVEPREFIX/bin/ldid"
if [ ! -f ${GEN_ENTITLEMENTS} ]; then
echo "error: $GEN_ENTITLEMENTS not found. Codesign won't work."