diff options
author | saturneric <[email protected]> | 2023-10-18 07:17:07 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2023-10-18 07:17:07 +0000 |
commit | 5cbbab71b0ea131a56de0374ccb2c29f26824e39 (patch) | |
tree | f55c4ee214169fcd852f77e65fcbed80f07e639b /.gitmodules | |
parent | chore: change binary output dir to artifacts (diff) | |
download | GpgFrontend-5cbbab71b0ea131a56de0374ccb2c29f26824e39.tar.gz GpgFrontend-5cbbab71b0ea131a56de0374ccb2c29f26824e39.zip |
chore: remove libarchive from source code
1. it's better to get this library at system PATH
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.gitmodules b/.gitmodules index 922e3e97..397da182 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,9 +4,6 @@ [submodule "third_party/qt-aes"] path = third_party/qt-aes url = https://github.com/bricke/Qt-AES.git -[submodule "third_party/libarchive"] - path = third_party/libarchive - url = https://github.com/libarchive/libarchive.git [submodule "third_party/spdlog"] path = third_party/spdlog url = https://github.com/gabime/spdlog.git
\ No newline at end of file |