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 f764866 commit 67befa0Copy full SHA for 67befa0
lib/utilrb/pkgconfig.rb
@@ -461,7 +461,7 @@ def self.each_package(regex = nil)
461
end
462
463
464
- FOUND_PATH_RX = /Scanning directory '(.*\/)((?:lib|lib64|share)\/.*)'$/
+ FOUND_PATH_RX = /Scanning directory #?\d? '(.*\/)((?:lib|lib64|share)\/.*)'$/
465
NONEXISTENT_PATH_RX = /Cannot open directory '.*\/((?:lib|lib64|share)\/.*)' in package search path:.*/
466
467
# Returns the system-wide search path that is embedded in pkg-config
0 commit comments