Skip to content

Commit

Permalink
Update ignore packages
Browse files Browse the repository at this point in the history
  • Loading branch information
d10sfan committed Jul 28, 2023
1 parent a4d8842 commit a3d55c8
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'];
const ignorePackages = ['sdl2-mixer', 'libvorbis', 'libogg'];
const foundPackagesKeys = {};

async function getInstalledSystemPackages() {
Expand Down

0 comments on commit a3d55c8

Please sign in to comment.