https://issues.dlang.org/show_bug.cgi?id=23454
RazvanN <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |[email protected] Resolution|--- |INVALID --- Comment #1 from RazvanN <[email protected]> --- Hmm, it seems that powershell, for some reason, splits the dot from what is preceeding it so when it calls dmd it sees -I and . as 2 separate arguments. Unforuntately, this is not something that can be fixed inside the compiler, but in powershell. For more information, see https://stackoverflow.com/questions/25979247/why-powershell-splits-arguments-at-dots-in-some-cases --
