Skip to content

Commit

Permalink
[mk/sysdep] Update default python alternatives on ubuntu 12.04
Browse files Browse the repository at this point in the history
Prefer (by default) python32 over python33 on ubuntu12.04
  • Loading branch information
Anthony Mallet committed Jul 17, 2014
1 parent b21b364 commit 079d781
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions mk/sysdep/python.mk
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,9 @@ ifeq (Ubuntu,${OPSYS})
ifneq (,$(filter 14.04,${OS_VERSION}))
PREFER_ALTERNATIVE.python?= python27 python34 python33
endif
ifneq (,$(filter 12.04,${OS_VERSION}))
PREFER_ALTERNATIVE.python?= python27 python32 python33
endif
endif
PREFER_ALTERNATIVE.python?= python27 python33 python32 python31

Expand Down

0 comments on commit 079d781

Please sign in to comment.