diff options
Diffstat (limited to 'tools/darwin/Support/makepythoninterface.command')
-rwxr-xr-x | tools/darwin/Support/makepythoninterface.command | 12 |
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 |