diff --git a/wscript b/wscript index 058cdb3d..c60a28fd 100644 --- a/wscript +++ b/wscript @@ -99,7 +99,7 @@ def configure(conf): # TODO: Check if it can/should be used on other platforms too. conf.my_check_python_headers() else: - conf.check_python_headers() + conf.check_python_headers(features='pyext') # fetch and save the debug options conf.env.debug = conf.options.debug