base-codezero: check scons and python2.6 on prepare

This commit is contained in:
Christian Helmuth 2013-09-26 14:20:59 +02:00
parent b459f4384d
commit ba8e01fda4
1 changed files with 2 additions and 0 deletions

View File

@ -18,6 +18,8 @@ check_tool = $(if $(shell which $(1)),,$(error Need to have '$(1)' installed.))
$(call check_tool,git)
$(call check_tool,patch)
$(call check_tool,python2.6)
$(call check_tool,scons)
#
# Print help information by default