ghc: use a warning when installing 64-bit
Closes Homebrew/homebrew#7200. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
1406f91438
commit
fdc33fa24f
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ class Ghc < Formula
|
|||
def install
|
||||
if ARGV.include? '--64bit'
|
||||
if Hardware.is_64_bit?
|
||||
onoe "The x86_64 version is experimental!"
|
||||
opoo "The x86_64 version is experimental!"
|
||||
else
|
||||
onoe "The x86_64 version is only for 64-bit hardware."
|
||||
exit 1
|
||||
|
|
Loading…
Reference in a new issue