diff options
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 |