Skip to content
This repository has been archived by the owner on Apr 15, 2023. It is now read-only.

Commit

Permalink
ARM: link against python 2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Phaeodaria committed Jan 28, 2011
1 parent 57d17bb commit 0e00f83
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -621,11 +621,11 @@ DYNOBJSXBMC= \
xbmc/cores/DllLoader/exports/exports.a \
xbmc/settings/settings.a \
xbmc/video/video.a \
xbmc/guilib/guilib.a \ # must be dynamic to avoid linker errors
xbmc/guilib/guilib.a # must be dynamic to avoid linker errors

ifeq (arm, $(ARCH))
# Force external python2.5 for now!
LIBS +=-lpython2.5
# Force external python2.6 for now!
LIBS +=-lpython2.6
endif

xbmc.bin: $(OBJSXBMC) $(DYNOBJSXBMC)
Expand Down

0 comments on commit 0e00f83

Please sign in to comment.