diff options
Diffstat (limited to 'Library/Formula/wrangler.rb')
| -rw-r--r-- | Library/Formula/wrangler.rb | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/Library/Formula/wrangler.rb b/Library/Formula/wrangler.rb index 546e672ee..29cb0ac54 100644 --- a/Library/Formula/wrangler.rb +++ b/Library/Formula/wrangler.rb @@ -7,11 +7,9 @@ class Wrangler < Formula depends_on 'erlang' - def patches - # Respect $CC during compilation. Merged upstream: - # https://github.com/RefactoringTools/wrangler/pull/41 - DATA - end + # Respect $CC during compilation. Merged upstream: + # https://github.com/RefactoringTools/wrangler/pull/41 + patch :DATA def install ENV.deparallelize |
