Print message when packaging macos dylibs

This commit is contained in:
Mukilan Thiyagarajan 2023-05-21 11:41:04 +05:30
parent df71aa2f1e
commit 6abee33f91

View file

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