Re: Cross-compiling dub projects with LDC

2019-08-27 Thread Oleg B via Digitalmars-d-announce
Is this supports only in dub-1.17.0-beta.2 and it's not include to ldc2-1.17.0? It feature only in dub-master by now But it's cool works) Thanks!

Re: Cross-compiling dub projects with LDC

2019-08-27 Thread Oleg B via Digitalmars-d-announce
On Sunday, 25 August 2019 at 21:16:22 UTC, kinke wrote: The resulting cctest.exe (incl. 2 DLLs) can be copied to a Win64 box and then runs fine, as long as a Visual C++ runtime ≥ 2015 is installed. Tested on a Linux host, but should work on any host. Is this supports only in

Re: Cross-compiling dub projects with LDC

2019-08-25 Thread Dennis via Digitalmars-d-announce
On Sunday, 25 August 2019 at 21:16:22 UTC, kinke wrote: as many of you probably know, LDC can be used for cross-compilation, and setting that up isn't rocket-science. [1] I actually presumed it would be pretty complicated, so thanks for letting me know this is a thing! Since I work on both

Cross-compiling dub projects with LDC

2019-08-25 Thread kinke via Digitalmars-d-announce
Hi guys, as many of you probably know, LDC can be used for cross-compilation, and setting that up isn't rocket-science. [1] Cross-compiling a dub project is now [2] possible too (in dub master, so you'll have to build it manually for now if interested). As cross-compiling to Windows is the