mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-16 07:52:35 +03:00
Fix error in 64729ba
This commit is contained in:
parent
cf1ff3a0da
commit
7c8b3f09e7
1 changed files with 1 additions and 1 deletions
|
@ -293,7 +293,7 @@ def build_local(app, thisbuild, vcs, build_dir, output_dir, extlib_dir, tmp_dir,
|
|||
|
||||
# Run a build command if one is required...
|
||||
if 'build' in thisbuild:
|
||||
prebuild = build['build']
|
||||
prebuild = thisbuild['build']
|
||||
# Substitute source library paths into prebuild commands...
|
||||
for name, libpath in srclibpaths:
|
||||
libpath = os.path.relpath(libpath, root_dir)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue