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.
There was an error while loading. Please reload this page.
1 parent a15802c commit 7e3648eCopy full SHA for 7e3648e
1 file changed
setupext.py
@@ -193,7 +193,6 @@ def get_pkgconfig(module,
193
status, output = commands.getstatusoutput(
194
"%s %s %s" % (pkg_config_exec, flags, packages))
195
if status == 0:
196
- output += ' -UFOO'
197
for token in output.split():
198
attr = _flags.get(token[:2], None)
199
if attr is not None:
0 commit comments