mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-13 02:30:11 +01:00
fix MenuDrawer srclib
This commit is contained in:
parent
117b3c2400
commit
33315cf438
@ -1729,6 +1729,9 @@ def getsrclib(spec, extlib_dir, sdk_path, basepath=False):
|
||||
'update', 'project', '-p',
|
||||
libdir]) != 0:
|
||||
raise BuildException('Error updating MenuDrawer project')
|
||||
if basepath:
|
||||
return sdir
|
||||
return libdir
|
||||
|
||||
if name == 'ImageLoader':
|
||||
sdir = os.path.join(extlib_dir, 'ImageLoader')
|
||||
|
Loading…
Reference in New Issue
Block a user