diff options
author | Adam Harrison <adamdharrison@gmail.com> | 2024-10-14 15:08:14 -0400 |
---|---|---|
committer | Adam Harrison <adamdharrison@gmail.com> | 2024-10-14 15:08:14 -0400 |
commit | 2703f90a2f341cd386b3378a2c8ab7e2958d4d23 (patch) | |
tree | ce2969573eae5f6c840d83f1357df04ea3106c67 /.gitmodules | |
parent | 13d213a3a254ff93346092b3eab0d819a394db3f (diff) | |
download | lite-xl-plugin-manager-2703f90a2f341cd386b3378a2c8ab7e2958d4d23.tar.gz lite-xl-plugin-manager-2703f90a2f341cd386b3378a2c8ab7e2958d4d23.zip |
Added in libxz support, because this keeps coming up.
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index b83fa2d..7ebbbb6 100644 --- a/.gitmodules +++ b/.gitmodules @@ -20,3 +20,6 @@ url = https://github.com/Mbed-TLS/mbedtls.git tag = mbedtls-2.28.3 shallow = true +[submodule "lib/xz"] + path = lib/xz + url = https://github.com/tukaani-project/xz.git |