From 919e9e39f6350457ca6665057c77f2dc3a5fe1bf Mon Sep 17 00:00:00 2001 From: Josh Matthews Date: Mon, 20 Jul 2020 14:27:35 -0400 Subject: Add gstreamer plugins to nightly package. --- python/servo/package_commands.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'python/servo/package_commands.py') diff --git a/python/servo/package_commands.py b/python/servo/package_commands.py index 3bd6d856254..6ffb0eea53a 100644 --- a/python/servo/package_commands.py +++ b/python/servo/package_commands.py @@ -39,7 +39,7 @@ from servo.command_base import ( is_macosx, is_windows, ) -from servo.gstreamer import macos_dylibs +from servo.gstreamer import macos_dylibs, macos_plugins from servo.util import delete # Note: mako cannot be imported at the top level because it breaks mach bootstrap @@ -141,6 +141,7 @@ def copy_dependencies(binary_path, lib_path): # Update binary libraries binary_dependencies = set(otool(binary_path)) binary_dependencies = binary_dependencies.union(macos_dylibs()) + binary_dependencies = binary_dependencies.union(macos_plugins()) change_non_system_libraries_path(binary_dependencies, relative_path, binary_path) # Update dependencies libraries -- cgit v1.2.3