From d7a453a0e6568d34437ad1353c2435a590333727 Mon Sep 17 00:00:00 2001 From: Stephan Diederich Date: Sat, 25 May 2013 15:42:49 +0200 Subject: [xcode] move all after buildsteps into external 'command' shell scripts for easy diffs --- tools/darwin/Support/makepythoninterface.command | 11 +++++++++++ 1 file changed, 11 insertions(+) create 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 new file mode 100755 index 0000000000..50d3a2233b --- /dev/null +++ b/tools/darwin/Support/makepythoninterface.command @@ -0,0 +1,11 @@ +#!/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 +fi -- cgit v1.2.3