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... # Run a build command if one is required...
if 'build' in thisbuild: if 'build' in thisbuild:
prebuild = build['build'] prebuild = thisbuild['build']
# Substitute source library paths into prebuild commands... # Substitute source library paths into prebuild commands...
for name, libpath in srclibpaths: for name, libpath in srclibpaths:
libpath = os.path.relpath(libpath, root_dir) libpath = os.path.relpath(libpath, root_dir)