aboutsummaryrefslogtreecommitdiff
path: root/tools/darwin
diff options
context:
space:
mode:
authorRechi <Rechi@users.noreply.github.com>2017-05-12 20:43:05 +0200
committerRechi <Rechi@users.noreply.github.com>2017-05-12 20:43:05 +0200
commit035fd6ff891ae44c6fdf096d0a14bd4132b46df4 (patch)
tree8c9e5d0bbdcbee312b88581b4fac849fffb8548b /tools/darwin
parent1f291faced6eff7e71356293771126cc5a70ec87 (diff)
[cleanup] remove autotools leftovers
Diffstat (limited to 'tools/darwin')
-rwxr-xr-xtools/darwin/Support/makepythoninterface.command12
1 files changed, 0 insertions, 12 deletions
diff --git a/tools/darwin/Support/makepythoninterface.command b/tools/darwin/Support/makepythoninterface.command
deleted file mode 100755
index ec2d2b42ef..0000000000
--- a/tools/darwin/Support/makepythoninterface.command
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/bin/bash
-
-if [ -d "$XBMC_DEPENDS_ROOT/buildtools-native/bin" ]; then
- PATH=$PATH:$XBMC_DEPENDS_ROOT/buildtools-native/bin
-else
- PATH=$PATH:$XBMC_DEPENDS_ROOT/toolchain/bin
-fi
-
-if [ "$ACTION" = build ] ; then
- make -f ${SRCROOT}/codegenerator.mk
- make -f ${SRCROOT}/xbmc/gen-compileinfo.mk
-fi