diff options
| author | Michael Forney <mforney@mforney.org> | 2019-08-04 17:19:43 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2019-08-06 11:53:03 -0700 |
| commit | dd495a03d52928782c5e86b8c7d1e58f148257cb (patch) | |
| tree | 4f74ef85019017fcc4f3fb28d8764cc370b21dd7 /.gitmodules | |
| parent | 08bf7c79ecd4c30d047e25fbaf30d26119b22da3 (diff) | |
Add musl 1.1.23
This is not yet used by anything, but eventually we can build the
system against this instead of the toolchain default.
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 941632a6..49c2cf1a 100644 --- a/.gitmodules +++ b/.gitmodules @@ -152,6 +152,9 @@ [submodule "pkg/mupdf/src"] path = pkg/mupdf/src url = https://github.com/michaelforney/mupdf +[submodule "pkg/musl/src"] + path = pkg/musl/src + url = git://git.musl-libc.org/musl [submodule "pkg/netsurf/src"] path = pkg/netsurf/src url = https://github.com/michaelforney/netsurf |
