Skip to content
Snippets Groups Projects
Commit aef93364 authored by Manuel Günther's avatar Manuel Günther
Browse files

Fixed search templates for boost modules.

parent bec6917e
No related branches found
No related tags found
No related merge requests found
......@@ -103,8 +103,7 @@ class boost:
def libconfig(self, modules, only_static=False,
templates=['boost_%(name)s-mt-%(py)s',
'boost_%(name)s-mt', 'boost_%(name)s']):
templates=['boost_%(name)s-mt-%(py)s', 'boost_%(name)s-%(py)s', 'boost_%(name)s-mt', 'boost_%(name)s']):
"""Returns a tuple containing the library configuration for requested
modules.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment