dmd: add TODO about this being a compiler requiring itself to build

Download during build is not allowed.
This commit is contained in:
Maya Rashish 2019-01-25 13:13:31 +02:00
parent f020adea26
commit 658c85d511
1 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,7 @@
The compiler itself compiles, but the standard library isn't ported.
Installation hasn't been done yet, so the PLIST is empty.
- Since DMD requires itself to bootstrap, it has to fetch a DMD compiler.
This has to be done during the fetch stage and checked against a checksum,
not during build.