diff options
| author | Thomas Ulmer <thomasmulmer02@gmail.com> | 2026-02-23 16:49:35 -0800 |
|---|---|---|
| committer | Thomas Ulmer <thomasmulmer02@gmail.com> | 2026-02-23 16:49:35 -0800 |
| commit | 49b4ddfca0b514cd4b4655a82a261187defd91d6 (patch) | |
| tree | 6fbd591eff699e1f6017bb3befd92da6f347279f | |
| parent | 06afc6de5a34c3ec09d2ee0ce1c37416c66d701d (diff) | |
include musl as subdir
| -rw-r--r-- | .gitmodules | 5 | ||||
| m--------- | tree/src/musl/musl | 0 |
2 files changed, 4 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules index 34985b2..1d71654 100644 --- a/.gitmodules +++ b/.gitmodules @@ -21,4 +21,7 @@ url = https://github.com/Orc/levee [submodule "tree/src/chicken/chicken-core"] path = tree/src/chicken/chicken-core - url = git://code.call-cc.org/chicken-core
\ No newline at end of file + url = git://code.call-cc.org/chicken-core +[submodule "tree/src/musl/musl"] + path = tree/src/musl/musl + url = git://git.musl-libc.org/musl diff --git a/tree/src/musl/musl b/tree/src/musl/musl new file mode 160000 +Subproject 1b76ff0767d01df72f692806ee5adee13c67ef8 |
