Advertisement
Guest User

koen Kooi

a guest
Jun 2nd, 2010
158
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.54 KB | None | 0 0
  1. commit 5e3860b7447fcdc059b3bc1621d985e3c354457b
  2. Author: Koen Kooi <koen@dominion.thruhere.net>
  3. Date:   Wed Jun 2 16:07:12 2010 +0100
  4.  
  5.     force python 2.6 for arm
  6.  
  7. diff --git a/Makefile.in b/Makefile.in
  8. index 886f06d..3ed8158 100644
  9. --- a/Makefile.in
  10. +++ b/Makefile.in
  11. @@ -466,8 +466,8 @@ DYNOBJSXBMC= \
  12.         xbmc/cores/DllLoader/exports/exports.a
  13.  
  14.  ifeq (arm, $(ARCH))
  15. -# Force external python2.5 for now!
  16. -LIBS +=-lpython2.5
  17. +# Force external python2.6 for now!
  18. +LIBS +=-lpython2.6
  19.  endif
  20.  
  21.  xbmc.bin: $(OBJSXBMC) $(DYNOBJSXBMC)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement