Skip to content

Commit

Permalink
cmake: use 10.11 bottle on 10.12 (#18371)
Browse files Browse the repository at this point in the history
futimens and utimensat aren't actually defined on 10.12, though they are defined in the 10.13 SDK, so this hacks around the problem until it's fixed in the build.
  • Loading branch information
ilovezfs committed Sep 21, 2017
1 parent d198637 commit 8611e10
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Formula/cmake.rb
Expand Up @@ -8,8 +8,7 @@ class Cmake < Formula
bottle do
cellar :any_skip_relocation
sha256 "2ddc58f5d0fa8fc0abab86818c4a3f4901912bb334690b322597c21e39b4199c" => :high_sierra
sha256 "58d217a8e6369410036727070c967bd95d36f5b57da6bd4127bdcde657ee745f" => :sierra
sha256 "43ed6c8d693f3216d55d21e2ecbe958cffa02a7ea54e96b74172408b0f0ff00d" => :el_capitan
sha256 "43ed6c8d693f3216d55d21e2ecbe958cffa02a7ea54e96b74172408b0f0ff00d" => :el_capitan_or_later
end

option "without-docs", "Don't build man pages"
Expand Down

0 comments on commit 8611e10

Please sign in to comment.