From 70bb0eb575dcf7d767c6d1298d522160812a9d68 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Thu, 22 May 2014 09:18:34 -0500 Subject: gmp: pass ABI as an argument to configure --- Library/Formula/gmp.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library/Formula') diff --git a/Library/Formula/gmp.rb b/Library/Formula/gmp.rb index 4d7780d55..2128b99fb 100644 --- a/Library/Formula/gmp.rb +++ b/Library/Formula/gmp.rb @@ -23,7 +23,7 @@ class Gmp < Formula if build.build_32_bit? ENV.m32 - ENV.append 'ABI', '32' + args << "ABI=32" # https://github.com/Homebrew/homebrew/issues/20693 args << "--disable-assembly" elsif build.bottle? -- cgit v1.2.3