mirror of
https://github.com/servo/servo.git
synced 2025-06-13 02:44:29 +00:00
stylo: Copy binding files even if the build failed.
It's easier to stash the changes away than to find the generated files.
This commit is contained in:
parent
f08e851f81
commit
193421969d
1 changed files with 1 additions and 1 deletions
|
@ -434,7 +434,7 @@ class MachCommands(CommandBase):
|
|||
|
||||
print("GeckoLib build completed in %s" % format_duration(elapsed))
|
||||
|
||||
if with_gecko is not None and ret == 0:
|
||||
if with_gecko is not None:
|
||||
print("Copying binding files to style/gecko_bindings...")
|
||||
build_path = path.join(geckolib_build_path, "release" if release else "debug", "")
|
||||
target_style_path = find_dep_path_newest("style", build_path)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue