www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - Dub with ldc on windows

reply Daniel Kozak <kozzi11 gmail.com> writes:
Is there any plan to support this? Right now I can use dub only 
with dmd on windows. On linux it works ok.
Nov 14 2016
parent reply MrSmith <mrsmith33 yandex.ru> writes:
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
Nov 14 2016
parent Daniel Kozak via Digitalmars-d <digitalmars-d puremagic.com> writes:
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-5ed4e1d15229759 3b844e746aa8c9ceR83
Thanks this seems it could work :)
Nov 14 2016