diff options
author | Rainer Hochecker <fernetmenta@online.de> | 2014-12-16 12:21:41 +0100 |
---|---|---|
committer | Rainer Hochecker <fernetmenta@online.de> | 2014-12-16 12:21:41 +0100 |
commit | 1eb76885b36989a62737cdfb35a20954feb5b6b9 (patch) | |
tree | 8ed135fbac9d3e4e45d48244445848fd576990ae /tools/darwin/Support/makepythoninterface.command | |
parent | 7c97b3358ec978d510b53eed8d5cca64d5c39c36 (diff) |
Revert "change xbmc/ path to src/ in all files"
This reverts commit 4949be256667f3e500e52b7084476ae1f2b00d92.
Diffstat (limited to 'tools/darwin/Support/makepythoninterface.command')
-rwxr-xr-x | tools/darwin/Support/makepythoninterface.command | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/darwin/Support/makepythoninterface.command b/tools/darwin/Support/makepythoninterface.command index d670659e60..ec2d2b42ef 100755 --- a/tools/darwin/Support/makepythoninterface.command +++ b/tools/darwin/Support/makepythoninterface.command @@ -8,5 +8,5 @@ fi if [ "$ACTION" = build ] ; then make -f ${SRCROOT}/codegenerator.mk - make -f ${SRCROOT}/src/gen-compileinfo.mk + make -f ${SRCROOT}/xbmc/gen-compileinfo.mk fi |