Dub and posix
Jacob Carlborg via Digitalmars-d
digitalmars-d at puremagic.com
Mon Jan 18 06:33:49 PST 2016
On 2016-01-18 14:23, Russel Winder via Digitalmars-d wrote:
> I am just trying this out. I added -L/usr/lib64/llvm in the relevant
> line of dub.json and everything seems to work nicely on Fedora. Sadly
> on Debian there is no version independent location for LLVM as far as I
> can tell.
>
> "lflags-posix": ["-lclang", "-rpath", ".", "-L.", "-L/usr/lib64/llvm", "-L/usr/lib/llvm-3.7/lib"],
>
> Works on both Fedora and Debian, but it hardwires 3.7.
And a glob (*) would most likely not work?
--
/Jacob Carlborg
More information about the Digitalmars-d
mailing list