diff options
author | Nirbheek Chauhan <nirbheek@centricular.com> | 2022-07-06 18:44:59 +0530 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.com> | 2022-07-13 21:31:26 +0200 |
commit | 99766ad791b48e1d81cc49602ba37109229a37f4 (patch) | |
tree | ce6c8251c72fd6ff7c7152a29e080a7cbf3c99ad /data | |
parent | 77924e33374e33a8a01543e442982f5fe7411dcc (diff) |
cerbero: Do not add rpaths that already exist on macOS
Fixes spammy errors while merging into a universal binary.
[(0/1 @ 100%) MERGE: zlib]
error: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/install_name_tool: for: /var/folders/d1/nzvfv38x5qg8qbklsnk1j9xh0000gn/T/tmpfi4eoq96libz.1.dylib (for architecture arm64) option "-add_rpath ." would duplicate path, file already has LC_RPATH for: .
error: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/install_name_tool: for: /var/folders/d1/nzvfv38x5qg8qbklsnk1j9xh0000gn/T/tmpfi4eoq96libz.1.dylib (for architecture arm64) option "-add_rpath @loader_path/.." would duplicate path, file already has LC_RPATH for: @loader_path/..
error: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/install_name_tool: for: /var/folders/d1/nzvfv38x5qg8qbklsnk1j9xh0000gn/T/tmpfi4eoq96libz.1.dylib (for architecture arm64) option "-add_rpath @executable_path/.." would duplicate path, file already has LC_RPATH for: @executable_path/..
error: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/install_name_tool: for: /var/folders/d1/nzvfv38x5qg8qbklsnk1j9xh0000gn/T/tmpfi4eoq96libz.1.dylib (for architecture arm64) option "-add_rpath @loader_path/../lib" would duplicate path, file already has LC_RPATH for: @loader_path/../lib
error: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/install_name_tool: for: /var/folders/d1/nzvfv38x5qg8qbklsnk1j9xh0000gn/T/tmpfi4eoq96libz.1.dylib (for architecture arm64) option "-add_rpath @executable_path/../lib" would duplicate path, file already has LC_RPATH for: @executable_path/../lib
Part-of: <https://gitlab.freedesktop.org/gstreamer/cerbero/-/merge_requests/894>
Diffstat (limited to 'data')
0 files changed, 0 insertions, 0 deletions