extension simplifications

This commit is contained in:
Daniel Martí 2015-10-04 18:01:32 +02:00
parent aa3ca80ae6
commit 48645072ee
3 changed files with 10 additions and 10 deletions

View file

@ -147,7 +147,7 @@ def scan_source(build_dir, root_dir, thisbuild):
continue
fd = fp[len(build_dir) + 1:]
ext = common.get_extension(fd)
_, ext = common.get_extension(fd)
if ext == 'so':
count += handleproblem('shared library', fd, fp)