From 4fce387ddca6f2e68ae3fa5c21778fceeb636426 Mon Sep 17 00:00:00 2001 From: David Cournapeau Date: Fri, 18 May 2012 14:02:47 +0100 Subject: ENH: use custom_python instead of built-in waf tool. --- bscript | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'bscript') diff --git a/bscript b/bscript index 22c7802b2..5b0df20be 100644 --- a/bscript +++ b/bscript @@ -22,6 +22,7 @@ import __builtin__ __builtin__.__NUMPY_SETUP__ = True from bento.commands import hooks +from bento.backends import waf_backend import waflib @@ -109,7 +110,7 @@ def pre_configure(context): conf = context.waf_context conf.load("compiler_c") - conf.load("python") + conf.load("custom_python", tooldir=[waf_backend.WAF_TOOLDIR]) conf.check_python_version((2, 4, 0)) conf.check_python_headers() -- cgit v1.2.1