swift: fix minimum xcode version (#9143)
This commit is contained in:
parent
a3ba0b2082
commit
faab7ec0e8
1 changed files with 4 additions and 1 deletions
|
@ -48,7 +48,10 @@ class Swift < Formula
|
|||
|
||||
depends_on "cmake" => :build
|
||||
depends_on "ninja" => :build
|
||||
depends_on :xcode => ["7.0", :build]
|
||||
|
||||
# Depends on latest version of Xcode
|
||||
# https://github.com/apple/swift#system-requirements
|
||||
depends_on :xcode => ["8.0", :build]
|
||||
|
||||
# According to the official llvm readme, GCC 4.7+ is required
|
||||
fails_with :gcc_4_0
|
||||
|
|
Loading…
Reference in a new issue