https://issues.dlang.org/show_bug.cgi?id=14296
Issue ID: 14296
Summary: RDMD fails at building a lib when the source is in a
subdir
Product: D
Version: unspecified
Hardware: x86_64
OS: Linux
Status: NEW
Severity: regression
Priority: P1
Component: tools
Assignee: [email protected]
Reporter: [email protected]
$ mkdir src
$ touch src/test.d
$ rdmd --build-only -lib src/test.d
std.file.FileException@std/file.d(409): src/test.a: No such file or directory
$ ls src/
src test.d
$ ls src/src/
test.a.tmp
This used to work with the RDMD packaged in DMD v2.064.2, but fails starting
with RDMD 2.065.0.
--