Am I right understand the dub.json system?

Edwin van Leeuwen via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Mon Feb 29 05:10:36 PST 2016


On Monday, 29 February 2016 at 12:45:36 UTC, Suliman wrote:
> On Monday, 29 February 2016 at 12:34:02 UTC, Edwin van Leeuwen 
> wrote:
> Should it be like this?
> http://www.everfall.com/paste/id.php?80k9jsgdx6o3
>
>     "versions": ["VibeCustomMain"],
>     "versions": ["USE_MYSQL"],


As far as I know all versions should be on one line:
      "versions": ["VibeCustomMain","USE_MYSQL"],

> And by log it's again try to build sqllite.

What does the log actually say? Is it trying to bind to sqlite?



What happens if you also add

"subConfigurations": {
    "ddbc":"MySQL"
}


More information about the Digitalmars-d-learn mailing list