DUB: link to local library

Edwin van Leeuwen via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Wed Sep 10 08:40:09 PDT 2014


On Wednesday, 10 September 2014 at 13:40:16 UTC, rcor wrote:
> dub.json contains what I think should do the same as above:
> {
>   "name": "test",
>   "importPaths": ["ext/dallegro5"],
>   "lflags": ["-Lext/dallegro5"]
> }

Does adding:

"libs": ["dallegro5"]

make a difference?

Cheers, Edwin


More information about the Digitalmars-d-learn mailing list