Skip to content

Commit

Permalink
add more linux packages
Browse files Browse the repository at this point in the history
  • Loading branch information
thewh1teagle committed Aug 22, 2024
1 parent 8d80398 commit ba73680
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/pre_build.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ if (platform == 'linux') {
await $`sudo apt-get update`
if (hasFeature('vulkan')) {
config.linux.aptPackages.push('libvulkan1')
config.linux.aptPackages.push('mesa-vulkan-drivers')
}
for (const name of config.linux.aptPackages) {
await $`sudo apt-get install -y ${name}`
Expand Down

0 comments on commit ba73680

Please sign in to comment.