Skip to content

Commit

Permalink
Add build dependencies on gcc and hidapi
Browse files Browse the repository at this point in the history
  • Loading branch information
froch committed Jul 25, 2024
1 parent 8d3049a commit ce270d9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/base.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ class XiondBase < Formula
depends_on "git"
depends_on "go"
depends_on "make"
depends_on "gcc" => :build
depends_on "hidapi" => :build

def self.init(version, sha256)
url "https://github.com/burnt-labs/xion/archive/refs/tags/v#{version}.tar.gz"
Expand Down

0 comments on commit ce270d9

Please sign in to comment.