mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-06 07:20:29 +03:00
extension simplifications
This commit is contained in:
parent
aa3ca80ae6
commit
48645072ee
3 changed files with 10 additions and 10 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue