diff options
| author | Mike McQuaid | 2014-04-15 13:15:45 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2014-04-23 08:10:48 +0100 |
| commit | 593702c70bed6d26d54684745b4b2f42e2f98899 (patch) | |
| tree | 511abb61af9940719b5e45febea15a7fb363591c /Library | |
| parent | 249aae177f3e6fb100c391c1f4562cc331c69d2e (diff) | |
| download | brew-593702c70bed6d26d54684745b4b2f42e2f98899.tar.bz2 | |
shared: don't warn about non-Apple compilers now.
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/extend/ENV/shared.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Library/Homebrew/extend/ENV/shared.rb b/Library/Homebrew/extend/ENV/shared.rb index 30a3d232f..924ac77ca 100644 --- a/Library/Homebrew/extend/ENV/shared.rb +++ b/Library/Homebrew/extend/ENV/shared.rb @@ -186,8 +186,6 @@ module SharedEnvExtension end def warn_about_non_apple_gcc(gcc) - opoo "Experimental support for non-Apple GCC enabled. Some builds may fail!" - begin gcc_name = 'gcc' + gcc.delete('.') gcc = Formulary.factory(gcc_name) |
