help-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [dxvk] How to set RPATH with Meson?


From: Pierre Neidhardt
Subject: Re: [dxvk] How to set RPATH with Meson?
Date: Thu, 26 Mar 2020 11:14:10 +0100

You are right.

I went through all the meson.build in the project, could not find
anything weird.

build-wine32.txt has

--8<---------------cut here---------------start------------->8---
cpp_link_args=['-m32', '-mwindows']
--8<---------------cut here---------------end--------------->8---

so I patched it to

--8<---------------cut here---------------start------------->8---
cpp_link_args=['-m32', '-mwindows', 
'-Wl,-rpath=/gnu/store/lbh22ci6rg780fvxclik5mkgi1z73qfn-dxvk32-1.6/lib']
--8<---------------cut here---------------end--------------->8---

Still no difference.

-- 
Pierre Neidhardt
https://ambrevar.xyz/

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]