Thread overview
Dub with ldc on windows
Nov 14, 2016
Daniel Kozak
Nov 14, 2016
MrSmith
Nov 14, 2016
Daniel Kozak
November 14, 2016
Is there any plan to support this? Right now I can use dub only with dmd on windows. On linux it works ok.
November 14, 2016
On Monday, 14 November 2016 at 21:16:23 UTC, Daniel Kozak wrote:
> Is there any plan to support this? Right now I can use dub only with dmd on windows. On linux it works ok.

I've used this patch to fix dub with ldc on windows. Works fine.
https://github.com/dlang/dub/pull/963/files#diff-5ed4e1d15229759c3b844e746aa8c9ceR83
November 14, 2016
Dne 14.11.2016 v 22:38 MrSmith via Digitalmars-d napsal(a):

> On Monday, 14 November 2016 at 21:16:23 UTC, Daniel Kozak wrote:
>> Is there any plan to support this? Right now I can use dub only with dmd on windows. On linux it works ok.
>
> I've used this patch to fix dub with ldc on windows. Works fine.
> https://github.com/dlang/dub/pull/963/files#diff-5ed4e1d15229759c3b844e746aa8c9ceR83 
>
Thanks this seems it could work :)