Skip to content

Commit

Permalink
smartdns: update build arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
mokeyish committed Jun 3, 2024
1 parent 4b20c62 commit dcd295e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/s/smartdns.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class Smartdns < Formula
end

def install
system "just", "install", "--features", "homebrew", *std_cargo_args
system "just", "install", "--no-default-features", "--features", "homebrew", *std_cargo_args
sbin.install bin/"smartdns"
pkgetc.install "etc/smartdns/smartdns.conf"
end
Expand Down

0 comments on commit dcd295e

Please sign in to comment.