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 3ea638a
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,7 +6,7 @@ class Amule < Formula
license "GPL-2.0"

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

Check failure on line 10 in Formula/amule.rb

View workflow job for this annotation

GitHub Actions / test-bot (macos-14)

FormulaAudit/DependencyOrder: dependency "gettext" (line 10) should be put before dependency "crypto++" (line 11)

Check failure on line 10 in Formula/amule.rb

View workflow job for this annotation

GitHub Actions / test-bot (ubuntu-latest)

FormulaAudit/DependencyOrder: dependency "gettext" (line 10) should be put before dependency "crypto++" (line 11)
depends_on "wxwidgets"

Expand Down

0 comments on commit 3ea638a

Please sign in to comment.