mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-15 23:42:37 +03:00
use root of OsmAnd-tools
This commit is contained in:
parent
a363d2ea46
commit
35dca09929
1 changed files with 1 additions and 4 deletions
|
@ -1480,10 +1480,7 @@ def getsrclib(spec, extlib_dir, sdk_path, basepath=False):
|
|||
vcs = getvcs('git',
|
||||
'https://github.com/osmandapp/OsmAnd-tools', sdir, sdk_path)
|
||||
vcs.gotorevision(ref)
|
||||
libdir = os.path.join(sdir, 'OsmAndMapCreator')
|
||||
if basepath:
|
||||
return sdir
|
||||
return libdir
|
||||
return sdir
|
||||
|
||||
if name == 'OsmAnd-core':
|
||||
sdir = os.path.join(extlib_dir, 'OsmAnd-core')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue