mirror of
https://github.com/opa334/TrollStore.git
synced 2026-07-02 03:00:39 +08:00
Adjust libarchive include/imports
Theos previously provided these headers but we have since decided against providing headers vended by their respective authors. In this case, libarchive provides their headers in the libarchive-dev package on Linux and the libarchive package via Homebrew/MacPorts on OSX (I think).
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#import "unarchive.h"
|
||||
|
||||
#include <libarchive/archive.h>
|
||||
#include <libarchive/archive_entry.h>
|
||||
#include <archive.h>
|
||||
#include <archive_entry.h>
|
||||
|
||||
static int
|
||||
copy_data(struct archive *ar, struct archive *aw)
|
||||
|
||||
Reference in New Issue
Block a user