summaryrefslogtreecommitdiff
path: root/homebrew/mpir/.make.sh-auto
blob: 22a85ff8e36531613f59408da47e3928ae506467 (plain)
1
2
3
4
5
pkg:setup
args = %W[--disable-silent-rules --prefix=#{prefix} --enable-cxx]
args << "--build=#{Hardware.oldest_cpu}-apple-darwin#{`uname -r`.to_i}"
pkg:configure *args
make DESTDIR=${PKG_DEST} install