January 02, 2017 Dub build for x86_64 on windows | ||||
---|---|---|---|---|
| ||||
Hello! it is possible to build my application for x86_64 platform? In С++ I can settings mingw_w64 for this. |
January 02, 2017 Re: Dub build for x86_64 on windows | ||||
---|---|---|---|---|
| ||||
Posted in reply to Andrey | 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.
|
Copyright © 1999-2021 by the D Language Foundation