On Sunday, 13 May 2018 at 13:37:06 UTC, A. Nicholi wrote:
Hello,I am trying to build LDC’s druntime by itself (without phobos), but it seems that druntime expects to be built alongside DMD, which is strange considering I’m building LDC’s version of the druntime. Make says: “No rule to make target '../dmd/src/osmodel.mak'”
That means that DMD hasn't been checked out in ../dmd relative to druntime as osmodel.mak is in DMD.
