Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
d10sfan committed Feb 7, 2024
2 parents 4b3e9c5 + 2a7e352 commit a0a92e6
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 11 deletions.
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", "bzip2"];
const ignorePackages = ['sdl2-mixer', 'libvorbis', 'libogg', 'gettext', "libwebp", "bzip2", "libflac"];
const foundPackagesKeys = {};

async function getInstalledSystemPackages() {
Expand Down
1 change: 0 additions & 1 deletion overlays/bzip2/portfile.cmake

This file was deleted.

4 changes: 0 additions & 4 deletions overlays/bzip2/vcpkg.json

This file was deleted.

1 change: 0 additions & 1 deletion overlays/libflac/portfile.cmake

This file was deleted.

4 changes: 0 additions & 4 deletions overlays/libflac/vcpkg.json

This file was deleted.

0 comments on commit a0a92e6

Please sign in to comment.