Remove commented line

This commit is contained in:
Morten V. Pedersen 2021-09-30 14:43:21 +02:00
parent 1b888abf13
commit 0649013767
1 changed files with 0 additions and 1 deletions

View File

@ -330,7 +330,6 @@ def check_python_headers(conf, features='pyembed pyext'):
# so we actually do all this for compatibility reasons and for obtaining pyext_PATTERN below
v = 'prefix SO LDFLAGS LIBDIR LIBPL INCLUDEPY Py_ENABLE_SHARED MACOSX_DEPLOYMENT_TARGET LDSHARED CFLAGS LDVERSION'.split()
try:
#lst = conf.get_python_variables(["get_config_var('%s') or ''" % x for x in v])
lst = conf.get_sysconfig_variables(variables=v)
except RuntimeError:
conf.fatal("Python development headers not found (-v for details).")