1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-09-17 10:40:12 +02:00
This commit is contained in:
Ciaran Gultnieks 2013-03-21 17:44:37 +00:00
parent cf1ff3a0da
commit 7c8b3f09e7

View File

@ -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)