diff options
author | saturneric <[email protected]> | 2023-10-15 06:08:07 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2023-10-15 06:08:07 +0000 |
commit | 8ad3b4df435155a6f99c66b1cf669012e97c1685 (patch) | |
tree | 0977c6fc1062b34d2906cb60407056d6df086ac4 /.gitmodules | |
parent | feat: support flatpak build (diff) | |
download | GpgFrontend-8ad3b4df435155a6f99c66b1cf669012e97c1685.tar.gz GpgFrontend-8ad3b4df435155a6f99c66b1cf669012e97c1685.zip |
fix: remove libconfig from source to build it seperately
Diffstat (limited to '')
-rw-r--r-- | .gitmodules | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/.gitmodules b/.gitmodules index 1c05e529..922e3e97 100644 --- a/.gitmodules +++ b/.gitmodules @@ -7,9 +7,6 @@ [submodule "third_party/libarchive"] path = third_party/libarchive url = https://github.com/libarchive/libarchive.git -[submodule "third_party/libconfig"] - path = third_party/libconfig - url = https://github.com/hyperrealm/libconfig.git [submodule "third_party/spdlog"] path = third_party/spdlog - url = https://github.com/gabime/spdlog.git + url = https://github.com/gabime/spdlog.git
\ No newline at end of file |