From 035fd6ff891ae44c6fdf096d0a14bd4132b46df4 Mon Sep 17 00:00:00 2001 From: Rechi Date: Fri, 12 May 2017 20:43:05 +0200 Subject: [cleanup] remove autotools leftovers --- tools/darwin/Support/makepythoninterface.command | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100755 tools/darwin/Support/makepythoninterface.command (limited to 'tools/darwin/Support/makepythoninterface.command') 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 -- cgit v1.2.3