Skip to content

Commit

Permalink
fix(amule): crypto++ might be dynamically linked
Browse files Browse the repository at this point in the history
  • Loading branch information
tgragnato committed Sep 7, 2024
1 parent fca6a39 commit 0f63b73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/amule.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ class Amule < Formula
license "GPL-2.0"

depends_on "cmake" => [:build, :test]
depends_on "crypto++" => [:build, :test]
depends_on "gettext" => [:build, :test]
depends_on "crypto++"
depends_on "wxwidgets"

def install
Expand Down

0 comments on commit 0f63b73

Please sign in to comment.