You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Python 2.6 does not have `subprocess.check_output`, as it was
introduced only in Python 2.7. This patch uses `subprocess.Popen` to
get the data written to stdout by the `pkg-config` program.
Fixes: nodejs#6711
0 commit comments