aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorPhaeodaria <phaeodaria@xbmc.org>2011-01-28 12:21:21 -0800
committerPhaeodaria <phaeodaria@xbmc.org>2011-01-28 12:21:21 -0800
commit0e00f8387c93935f116b93585ebf87f714ebada9 (patch)
tree43d782d89869290e0c56eea9be5559b9e4b70d3a /Makefile.in
parent57d17bb9ec1fb3af7ac4c9fad9311f1b6000e03c (diff)
ARM: link against python 2.6
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.in b/Makefile.in
index 5b01dfce8f..3d1e1396d4 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -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)