Issue 1199

This commit is contained in:
Thomas Nagy 2012-09-15 08:30:51 +02:00
parent 8cd692474d
commit 7895f84852
1 changed files with 1 additions and 1 deletions

View File

@ -227,7 +227,7 @@ def boost_get_libs(self, *k, **kw):
return None
def format_lib_name(name):
if name.startswith('lib'):
if name.startswith('lib') and self.env.CC_NAME != 'msvc':
name = name[3:]
return name.split('.')[0]