From aef93364984255ece3353cc800994d2e617862db Mon Sep 17 00:00:00 2001 From: Manuel Guenther <manuel.guenther@idiap.ch> Date: Fri, 23 Jan 2015 16:18:24 +0100 Subject: [PATCH] Fixed search templates for boost modules. --- bob/extension/boost.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bob/extension/boost.py b/bob/extension/boost.py index b5045a8..8236c82 100644 --- a/bob/extension/boost.py +++ b/bob/extension/boost.py @@ -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. -- GitLab