aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/build-macos.yml2
-rw-r--r--vcpkg.json6
2 files changed, 6 insertions, 2 deletions
diff --git a/.github/workflows/build-macos.yml b/.github/workflows/build-macos.yml
index 1d4b917..4178157 100644
--- a/.github/workflows/build-macos.yml
+++ b/.github/workflows/build-macos.yml
@@ -21,7 +21,7 @@ jobs:
uses: actions/checkout@v3
- name: Install dependencies for package building
run: |
- brew install autoconf automake autoconf-archive libtool && pip3 install setuptools
+ brew install autoconf automake autoconf-archive libtool python-setuptools
- name: Set up CMake
uses: lukka/get-cmake@latest
- name: Set up vcpkg
diff --git a/vcpkg.json b/vcpkg.json
index a1bd0be..3e23ff1 100644
--- a/vcpkg.json
+++ b/vcpkg.json
@@ -1,7 +1,11 @@
{
"dependencies": [
"sdl2",
- "libarchive",
+ {
+ "name": "libarchive",
+ "default-features": false,
+ "features": ["bzip2", "crypto", "lz4", "zstd"]
+ },
"libslirp",
"zstd",
{