mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
Print message when packaging macos dylibs
This commit is contained in:
parent
df71aa2f1e
commit
6abee33f91
1 changed files with 1 additions and 0 deletions
|
@ -631,6 +631,7 @@ class MachCommands(CommandBase):
|
|||
|
||||
if has_media_stack:
|
||||
gst_root = gstreamer_root(target, env)
|
||||
print("Packaging gstreamer dylibs")
|
||||
if not package_gstreamer_dylibs(gst_root, servo_path):
|
||||
return 1
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue