diff options
author | Kartik Agaram <vc@akkartik.com> | 2020-10-23 11:17:57 -0700 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2020-10-23 11:17:57 -0700 |
commit | 07a1a2991275f2c98d20750c68dc87fb9d99895c (patch) | |
tree | 7040aaed5351f14cff32fce0cfd45679b486ac0d | |
parent | 9a83eac410f59b445536eb530f9a40a79213c7ea (diff) | |
download | mu-07a1a2991275f2c98d20750c68dc87fb9d99895c.tar.gz |
clarify that we don't use C++20 modules
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md index 3ad53d4a..de8e8201 100644 --- a/README.md +++ b/README.md @@ -141,7 +141,7 @@ free to make a fork. If you show it to me, I'll link to it here, so others can use it. I might even pull your changes into this repo! - [mu-normie](https://git.sr.ht/~akkartik/mu-normie): with a more standard - build system and C++ modules. + build system that organizes the repo by header files and compilation units. - [mu-x86\_64](https://git.sr.ht/~akkartik/mu-x86_64): experimental fork for 64-bit x86 in collaboration with [Max Bernstein](https://bernsteinbear.com). It's brought up a few concrete open problems that I don't have good solutions |