diff options
author | Jim Carroll <thecarrolls@jiminger.com> | 2011-04-08 14:04:12 -0400 |
---|---|---|
committer | Jim Carroll <thecarrolls@jiminger.com> | 2011-04-08 14:04:12 -0400 |
commit | 2226f3a195eebb61c955cf7cea1f09bc094eaf79 (patch) | |
tree | 8865931c785fbf0a19a9e94251f0dde358ac7ec8 | |
parent | a9b51bc05e6af2d0f2e0fcbfb13d2bfc5a90bfcb (diff) |
Updated the Makefile.in to remove the old hack for ARM that hardcoded PYTHON_VERSION to 2.6.
-rw-r--r-- | Makefile.in | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Makefile.in b/Makefile.in index 890cf2b30b..41a26e3062 100644 --- a/Makefile.in +++ b/Makefile.in @@ -563,11 +563,6 @@ DYNOBJSXBMC= \ xbmc/video/video.a \ xbmc/guilib/guilib.a # must be dynamic to avoid linker errors -ifeq ($(findstring arm,@ARCH@), arm) -# Force external python2.6 for now! -LIBS +=-lpython2.6 -endif - LIBS += @PYTHON_LDFLAGS@ xbmc.bin: $(OBJSXBMC) $(DYNOBJSXBMC) |