LINK : fatal error LNK1104: cannot open file '_CMDLINE' --- errorlevel 1104

Rikki Cattermole via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Mon Jan 11 20:09:23 PST 2016


On 12/01/16 4:53 PM, Mike Parker wrote:
> On Tuesday, 12 January 2016 at 03:52:33 UTC, Mike Parker wrote:
>>
>> Actually, you could add -m64 in a dflags field (see [1]), but then
>> you're in a situation where DUB thinks you're compiling in 32-bit, so
>> configuration fields that are architecture-dependent will be off.
>
> [1] http://code.dlang.org/package-format?lang=json

If you really must default dub to it, just build a custom dub build.
Its not all that hard.


More information about the Digitalmars-d-learn mailing list