aboutsummaryrefslogtreecommitdiff
path: root/tools/darwin/Support/makepythoninterface.command
blob: d670659e60164945d6219f5b16c6b7a7a2fa159f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/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}/src/gen-compileinfo.mk
fi