Skip to content

Commit

Permalink
Ignore bzip2
Browse files Browse the repository at this point in the history
  • Loading branch information
d10sfan committed Dec 14, 2023
1 parent 1d23d10 commit 3d99773
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const path = require('path');

const vcpkgPortPath = path.join(__dirname, 'vcpkg', 'ports');
const overlaysPath = path.join(__dirname, 'overlays');
const ignorePackages = ['sdl2-mixer', 'libvorbis', 'libogg', 'gettext', "libwebp"];
const ignorePackages = ['sdl2-mixer', 'libvorbis', 'libogg', 'gettext', "libwebp", "bzip2"];
const foundPackagesKeys = {};

async function getInstalledSystemPackages() {
Expand Down

0 comments on commit 3d99773

Please sign in to comment.