mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-16 07:52:35 +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',
|
vcs = getvcs('git',
|
||||||
'https://github.com/osmandapp/OsmAnd-tools', sdir, sdk_path)
|
'https://github.com/osmandapp/OsmAnd-tools', sdir, sdk_path)
|
||||||
vcs.gotorevision(ref)
|
vcs.gotorevision(ref)
|
||||||
libdir = os.path.join(sdir, 'OsmAndMapCreator')
|
return sdir
|
||||||
if basepath:
|
|
||||||
return sdir
|
|
||||||
return libdir
|
|
||||||
|
|
||||||
if name == 'OsmAnd-core':
|
if name == 'OsmAnd-core':
|
||||||
sdir = os.path.join(extlib_dir, 'OsmAnd-core')
|
sdir = os.path.join(extlib_dir, 'OsmAnd-core')
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue