Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35f735d commit 4fce387Copy full SHA for 4fce387
1 file changed
bscript
@@ -22,6 +22,7 @@ import __builtin__
22
__builtin__.__NUMPY_SETUP__ = True
23
24
from bento.commands import hooks
25
+from bento.backends import waf_backend
26
27
import waflib
28
@@ -109,7 +110,7 @@ def pre_configure(context):
109
110
conf = context.waf_context
111
112
conf.load("compiler_c")
- conf.load("python")
113
+ conf.load("custom_python", tooldir=[waf_backend.WAF_TOOLDIR])
114
115
conf.check_python_version((2, 4, 0))
116
conf.check_python_headers()
0 commit comments