aboutsummaryrefslogtreecommitdiffstats
path: root/python/servo/build_commands.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/servo/build_commands.py')
-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