digitalmars.D.learn - Dub build for x86_64 on windows
- Andrey (2/2) Jan 01 2017 Hello! it is possible to build my application for x86_64
- rikki cattermole (4/6) Jan 01 2017 When using dub:
Hello! it is possible to build my application for x86_64 platform? In С++ I can settings mingw_w64 for this.
Jan 01 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.
Jan 01 2017