diff options
author | wsnipex <wsnipex@a1.net> | 2014-05-31 11:07:02 +0200 |
---|---|---|
committer | wsnipex <wsnipex@a1.net> | 2014-06-30 09:17:12 +0200 |
commit | 5e266372993396ee38fbc2a5d80514dff4e8158b (patch) | |
tree | 4674481ffed45509d01acdb3f7e44b3d8b236100 /tools/darwin/Support/makepythoninterface.command | |
parent | fb8f055fe26ee6d166528bf50040a270899d04af (diff) |
autogenerate xbmc version dependent files
Diffstat (limited to 'tools/darwin/Support/makepythoninterface.command')
-rwxr-xr-x | tools/darwin/Support/makepythoninterface.command | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/darwin/Support/makepythoninterface.command b/tools/darwin/Support/makepythoninterface.command index 50d3a2233b..ec2d2b42ef 100755 --- a/tools/darwin/Support/makepythoninterface.command +++ b/tools/darwin/Support/makepythoninterface.command @@ -8,4 +8,5 @@ fi if [ "$ACTION" = build ] ; then make -f ${SRCROOT}/codegenerator.mk + make -f ${SRCROOT}/xbmc/gen-compileinfo.mk fi |