chore: remove libarchive from source code
1. it's better to get this library at system PATH
This commit is contained in:
parent
216cc55e31
commit
5cbbab71b0
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -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
|
@ -28,8 +28,8 @@
|
||||
|
||||
#include "ArchiveFileOperator.h"
|
||||
|
||||
#include <libarchive/libarchive/archive.h>
|
||||
#include <libarchive/libarchive/archive_entry.h>
|
||||
#include <archive.h>
|
||||
#include <archive_entry.h>
|
||||
|
||||
struct ArchiveStruct {
|
||||
struct archive *archive;
|
||||
|
1
third_party/libarchive
vendored
1
third_party/libarchive
vendored
@ -1 +0,0 @@
|
||||
Subproject commit 90799596b2ef2f847d669b610919e8d51a382503
|
2
third_party/qt-aes
vendored
2
third_party/qt-aes
vendored
@ -1 +1 @@
|
||||
Subproject commit 27410ebf00328951cd81a6242a3e8c2d508f64aa
|
||||
Subproject commit 845e3b4d3d3873843ca26dc365232aa1aa8ea2a8
|
2
third_party/spdlog
vendored
2
third_party/spdlog
vendored
@ -1 +1 @@
|
||||
Subproject commit 927cc29444a294d76e83dfb898e797dc431ce094
|
||||
Subproject commit eb3220622e73a4889eee355ffa37972b3cac3df5
|
Loading…
Reference in New Issue
Block a user