mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 18:18:06 +02:00
meson: add build-id to pipe libraries
Without this the cache setup was crashing with CL and the dynamic pipe libraries. Reported and debugged on irc by consolers Cc: mesa-stable Acked-by: Karol Herbst <kherbst@redhat.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16341>
This commit is contained in:
parent
bbff12a191
commit
74976640b3
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@
|
|||
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
# SOFTWARE.
|
||||
|
||||
pipe_loader_link_args = [ld_args_gc_sections]
|
||||
pipe_loader_link_args = [ld_args_gc_sections, ld_args_build_id]
|
||||
pipe_loader_link_deps = []
|
||||
pipe_loader_link_with = [libgallium]
|
||||
pipe_loader_comp_args = []
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue