[Issue 14296] RDMD fails at building a lib when the source is in a subdir

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Sat Jun 20 22:28:29 PDT 2015


https://issues.dlang.org/show_bug.cgi?id=14296

--- Comment #4 from Nick Sabalausky <cbkbbejeap at mailinator.com> ---
(In reply to Nick Sabalausky from comment #3)
> 
> $ rdmd --build-only -lib -of`pwd`/lib/hi.a src/test.d/
> OK

That should've been:

$ rdmd --build-only -lib -of`pwd`/lib/hi.a src/test.d
OK

--


More information about the Digitalmars-d-bugs mailing list