libsoundio: fix dependency order
This commit is contained in:
parent
c65371f8e7
commit
c1a0690495
1 changed files with 2 additions and 2 deletions
|
@ -13,11 +13,11 @@ class Libsoundio < Formula
|
|||
sha256 "594c0042c86a0a6aeca3b7286435b3cc9593ffa158f921092df90f0aef3a865e" => :yosemite
|
||||
end
|
||||
|
||||
depends_on "cmake" => :build
|
||||
|
||||
# fatal error: 'stdatomic.h' file not found
|
||||
depends_on :macos => :yosemite
|
||||
|
||||
depends_on "cmake" => :build
|
||||
|
||||
def install
|
||||
system "cmake", ".", *std_cmake_args
|
||||
system "make", "install"
|
||||
|
|
Loading…
Reference in a new issue