hackrf: fix dependency order
This commit is contained in:
parent
4a725db4c8
commit
b35a824285
1 changed files with 1 additions and 1 deletions
|
@ -15,8 +15,8 @@ class Hackrf < Formula
|
|||
|
||||
depends_on "cmake" => :build
|
||||
depends_on "pkg-config" => :build
|
||||
depends_on "libusb"
|
||||
depends_on "fftw"
|
||||
depends_on "libusb"
|
||||
|
||||
def install
|
||||
cd "host" do
|
||||
|
|
Loading…
Reference in a new issue