Skip to content

Commit

Permalink
Ignore glib
Browse files Browse the repository at this point in the history
  • Loading branch information
d10sfan committed Aug 2, 2023
1 parent f9476d1 commit 062beb6
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'];
const ignorePackages = ['sdl2-mixer', 'libvorbis', 'libogg', 'gettext', 'glib'];
const foundPackagesKeys = {};

async function getInstalledSystemPackages() {
Expand Down

0 comments on commit 062beb6

Please sign in to comment.