mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
mach: Don't package rustc rt.
Signed-off-by: Jonathan Schwender <schwenderjonathan@gmail.com>
This commit is contained in:
parent
a7be6f3b6e
commit
7a37696547
1 changed files with 1 additions and 1 deletions
|
@ -237,7 +237,7 @@ def find_non_system_dependencies_with_otool(binary_path: str) -> Set[str]:
|
|||
|
||||
# No need to do any processing for system libraries. They should be
|
||||
# present on all macOS systems.
|
||||
if not is_macos_system_library(dependency):
|
||||
if not (is_macos_system_library(dependency) or 'librustc-stable_rt' in dependency):
|
||||
output.add(dependency)
|
||||
return output
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue