Skip to content

Skip pkg-config if OSError EACCES is raised

Bitbucket Importer requested to merge bitbucket/merged-pr-58 into branch/default

Created originally on Bitbucket by robyoung

Was already merged in Bitbucket before import, marked as merged by the import user

If one of the directories in the PATH is not executable by the current user then EACCES will be raised.

Merge request reports