forked from nodejs/node
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tools: use py2.6 equivalent of check_output
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
- Loading branch information
1 parent
0e2b250
commit 230be81
Showing
1 changed file
with
10 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters