Fix library finding.
This commit is contained in:
parent
ab8ecbd8bd
commit
16a59557f2
1 changed files with 1 additions and 1 deletions
|
@ -364,7 +364,7 @@ def resolve_library_req(apt_mgr, req):
|
||||||
posixpath.join("/usr/lib/lib%s.a$" % re.escape(req.library)),
|
posixpath.join("/usr/lib/lib%s.a$" % re.escape(req.library)),
|
||||||
posixpath.join("/usr/lib/.*/lib%s.a$" % re.escape(req.library)),
|
posixpath.join("/usr/lib/.*/lib%s.a$" % re.escape(req.library)),
|
||||||
]
|
]
|
||||||
return find_reqs_simple(apt_mgr, paths)
|
return find_reqs_simple(apt_mgr, paths, regex=True)
|
||||||
|
|
||||||
|
|
||||||
def resolve_ruby_file_req(apt_mgr, req):
|
def resolve_ruby_file_req(apt_mgr, req):
|
||||||
|
|
Loading…
Add table
Reference in a new issue