From 0649013767da39add6d71f9d3d2fc2cc0e67f6e5 Mon Sep 17 00:00:00 2001 From: "Morten V. Pedersen" Date: Thu, 30 Sep 2021 14:43:21 +0200 Subject: [PATCH] Remove commented line --- waflib/Tools/python.py | 1 - 1 file changed, 1 deletion(-) diff --git a/waflib/Tools/python.py b/waflib/Tools/python.py index 194be14b..5f72572f 100644 --- a/waflib/Tools/python.py +++ b/waflib/Tools/python.py @@ -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).")