pypy: don't use OS.mac?.
This commit is contained in:
parent
9106619321
commit
f46539e225
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ class Pypy < Formula
|
|||
ENV["PYPY_USESSION_DIR"] = buildpath
|
||||
|
||||
python = "python"
|
||||
if build.with?("bootstrap") && OS.mac? && MacOS.preferred_arch == :x86_64
|
||||
if build.with?("bootstrap") && MacOS.prefer_64_bit?
|
||||
resource("bootstrap").stage buildpath/"bootstrap"
|
||||
python = buildpath/"bootstrap/bin/pypy"
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue