Skip to content

Commit

Permalink
ENH: use custom_python instead of built-in waf tool.
Browse files Browse the repository at this point in the history
  • Loading branch information
cournape committed May 18, 2012
1 parent 35f735d commit 4fce387
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bscript
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ import __builtin__
__builtin__.__NUMPY_SETUP__ = True

from bento.commands import hooks
from bento.backends import waf_backend

import waflib

Expand Down Expand Up @@ -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()
Expand Down

0 comments on commit 4fce387

Please sign in to comment.