DUB Different Library Name
serh via Digitalmars-d-learn
digitalmars-d-learn at puremagic.com
Sat Jul 11 09:43:37 PDT 2015
Hello,
I am trying to use Derelict's Allegro 5 in my DUB project,
however, when I try to run `dub build` it says it cannot find
liballegro-5.0.11.so and liballegro-5.0.so.
I have both libraries installed as liballegro.so.5.0.11 and
liballegro.so.5.0 under my Arch system respectively.
Is there a way to tell DUB that these are the libraries it must
use without making ugly symlinks?
More information about the Digitalmars-d-learn
mailing list