From fa71e5a71f102ba45542bb5171bfe08cd5417385 Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Tue, 15 Jul 2014 15:19:57 +0200 Subject: [PATCH] boost.build: typo in build dependencies --- scripts/boost.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/boost.build b/scripts/boost.build index b54eee5..dd152b5 100755 --- a/scripts/boost.build +++ b/scripts/boost.build @@ -40,6 +40,6 @@ function em.install() { } em.add_to_family 'Compiler' -em.set_build_dependencies "${COMPILER}" 'python' +em.set_build_dependencies "${COMPILER}" 'Python' em.make_all