1

README prose, the way I understand it

This commit is contained in:
Motiejus Jakštys
2022-04-15 15:20:42 +03:00
parent 4d65b80903
commit 0c02a827ae
4 changed files with 207 additions and 106 deletions

View File

@@ -28,7 +28,7 @@ _GLIBCS = [
"2.34",
]
LIBCS = ["musl", "gnu"] + ["gnu.{}".format(glibc) for glibc in _GLIBCS]
LIBCS = ["musl"] + ["gnu.{}".format(glibc) for glibc in _GLIBCS]
def target_structs():
ret = []