aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2014-05-22 09:18:34 -0500
committerJack Nagel2014-05-22 09:18:34 -0500
commit70bb0eb575dcf7d767c6d1298d522160812a9d68 (patch)
treee643322efe93544332755d654b365f5dc8238c49 /Library
parentd88c3798fa5db012dd479a442f4c5e2fc0f4f5df (diff)
downloadhomebrew-70bb0eb575dcf7d767c6d1298d522160812a9d68.tar.bz2
gmp: pass ABI as an argument to configure
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/gmp.rb2
1 files changed, 1 insertions, 1 deletions
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?