mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 15:00:30 +03:00
fix MenuDrawer srclib
This commit is contained in:
parent
117b3c2400
commit
33315cf438
1 changed files with 3 additions and 0 deletions
|
|
@ -1729,6 +1729,9 @@ def getsrclib(spec, extlib_dir, sdk_path, basepath=False):
|
||||||
'update', 'project', '-p',
|
'update', 'project', '-p',
|
||||||
libdir]) != 0:
|
libdir]) != 0:
|
||||||
raise BuildException('Error updating MenuDrawer project')
|
raise BuildException('Error updating MenuDrawer project')
|
||||||
|
if basepath:
|
||||||
|
return sdir
|
||||||
|
return libdir
|
||||||
|
|
||||||
if name == 'ImageLoader':
|
if name == 'ImageLoader':
|
||||||
sdir = os.path.join(extlib_dir, 'ImageLoader')
|
sdir = os.path.join(extlib_dir, 'ImageLoader')
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue