diff options
Diffstat (limited to 'Library/Formula/crosstool-ng.rb')
| -rw-r--r-- | Library/Formula/crosstool-ng.rb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Library/Formula/crosstool-ng.rb b/Library/Formula/crosstool-ng.rb index 4a4c0b190..93cf5bb04 100644 --- a/Library/Formula/crosstool-ng.rb +++ b/Library/Formula/crosstool-ng.rb @@ -15,6 +15,9 @@ class CrosstoolNg < Formula depends_on 'binutils' depends_on 'libelf' + # Avoid superenv to prevent https://github.com/mxcl/homebrew/pull/10552#issuecomment-9736248 + env :std + def patches # Fixes clang offsetof compatability. Took better patch from #14547 DATA |
