aboutsummaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
authorMukilan Thiyagarajan <me@mukilan.in>2023-05-21 11:41:04 +0530
committerMukilan Thiyagarajan <me@mukilan.in>2023-05-21 16:13:36 +0530
commit6abee33f91d4591e333ff08de438b25599e5325b (patch)
tree2ce371147621fc5f979902aa3db6023adc9df6d8 /python
parentdf71aa2f1ef738c8970cdaae63ec15363163137c (diff)
downloadservo-6abee33f91d4591e333ff08de438b25599e5325b.tar.gz
servo-6abee33f91d4591e333ff08de438b25599e5325b.zip
Print message when packaging macos dylibs
Diffstat (limited to 'python')
-rw-r--r--python/servo/build_commands.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/python/servo/build_commands.py b/python/servo/build_commands.py
index ed018029349..45dcef9ceec 100644
--- a/python/servo/build_commands.py
+++ b/python/servo/build_commands.py
@@ -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