Skip to content

Commit

Permalink
exult: add alsa-lib dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
cho-m committed Oct 2, 2024
1 parent 3b1e53a commit 6363b1e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Formula/e/exult.rb
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ class Exult < Formula

uses_from_macos "zlib"

on_linux do
depends_on "alsa-lib"
end

def install
system "autoreconf", "--force", "--install", "--verbose"

Expand Down

0 comments on commit 6363b1e

Please sign in to comment.