mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-18 18:56:29 +00:00
base-codezero: check scons and python2.6 on prepare
This commit is contained in:
parent
b459f4384d
commit
ba8e01fda4
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user