Dub build for x86_64 on windows

rikki cattermole via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Sun Jan 1 20:13:47 PST 2017


On 02/01/2017 5:12 PM, Andrey wrote:
> Hello! it is possible to build my application for x86_64 platform? In
> ะก++ I can settings mingw_w64 for this.

When using dub:

$ dub build --arch=x86_64

For Windows you will need to have Visual Studio installed for linker + libc.


More information about the Digitalmars-d-learn mailing list