mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 15:00:30 +03:00
Minor changes
This commit is contained in:
parent
9bd017d78f
commit
3ff2b289cd
2 changed files with 3 additions and 2 deletions
|
|
@ -1088,7 +1088,7 @@ def getsrclib(spec, extlib_dir, sdk_path, basepath=False):
|
|||
return sdir
|
||||
return libdir
|
||||
|
||||
#Leave the native code as a blob; submodules required for that
|
||||
#Leave the native code as a blob; submodules required for that
|
||||
if name == 'Libpd':
|
||||
sdir = os.path.join(extlib_dir, 'Libpd')
|
||||
vcs = getvcs('git',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue