Merge pull request #1227 from swt2c/fix_build_python3.8

Fix building with Python 3.8 on Linux
This commit is contained in:
Robin Dunn
2019-05-18 18:07:56 -07:00
committed by GitHub

View File

@@ -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