aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/os/mac/xcode.rb
diff options
context:
space:
mode:
authorMisty De Meo2013-09-28 12:21:16 -0700
committerMisty De Meo2013-12-03 22:42:49 -0800
commit5537abbe511b10046adc26ee821d95a977a1efb6 (patch)
tree1616d7310525937bb210aac9a1a521fd114b3789 /Library/Homebrew/os/mac/xcode.rb
parentc84f7d0ab2cc23c85d476c66d899b2855ede51be (diff)
downloadbrew-5537abbe511b10046adc26ee821d95a977a1efb6.tar.bz2
Adjust fails_with syntax for non-Apple compilers
The old version worked like this: fails_with :gcc => '4.8.1' That wasn't really flexible enough, and made it harder to distinguish different releases in the same GCC series. Since no one was really using it yet, this adjusts the syntax to be more similar to the Apple compilers: fails_with :gcc => '4.8' do release '4.8.1' end Like with Apple compilers, omitting `release` blacklists the entire series. This also unifies the `build` and `version` attributes and accessors, and exposes them under both names.
Diffstat (limited to 'Library/Homebrew/os/mac/xcode.rb')
0 files changed, 0 insertions, 0 deletions