Building a standalone druntime for LDC
Seb
seb at wilzba.ch
Sun May 13 14:59:39 UTC 2018
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.
More information about the Digitalmars-d
mailing list