diff options
author | Mukilan Thiyagarajan <me@mukilan.in> | 2023-05-21 11:41:04 +0530 |
---|---|---|
committer | Mukilan Thiyagarajan <me@mukilan.in> | 2023-05-21 16:13:36 +0530 |
commit | 6abee33f91d4591e333ff08de438b25599e5325b (patch) | |
tree | 2ce371147621fc5f979902aa3db6023adc9df6d8 /python | |
parent | df71aa2f1ef738c8970cdaae63ec15363163137c (diff) | |
download | servo-6abee33f91d4591e333ff08de438b25599e5325b.tar.gz servo-6abee33f91d4591e333ff08de438b25599e5325b.zip |
Print message when packaging macos dylibs
Diffstat (limited to 'python')
-rw-r--r-- | python/servo/build_commands.py | 1 |
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 |