The issue with D...

Ron Tarrant rontarrant at gmail.com
Sun Feb 3 10:28:52 UTC 2019


On Saturday, 2 February 2019 at 06:23:32 UTC, Andre Pany wrote:

> You can also set the default architecture to x86_64 for all dub 
> projects as described here
>
> https://dub.pm/settings.html

But OTOH, creating a settings.json file in c:\ProgramData with 
the following contents:

{
	"defaultArchitecture": "x86_64",
	"defaultCompiler": "ldc"
}

has solved my dub linking problem. Perhaps creating this file 
could become part of the Windows install process, or at least, an 
option during installation.


More information about the Digitalmars-d mailing list