From 6abee33f91d4591e333ff08de438b25599e5325b Mon Sep 17 00:00:00 2001 From: Mukilan Thiyagarajan Date: Sun, 21 May 2023 11:41:04 +0530 Subject: [PATCH] Print message when packaging macos dylibs --- python/servo/build_commands.py | 1 + 1 file changed, 1 insertion(+) 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