smlnj: maximum_macos is build-time only.
This commit is contained in:
parent
e4aaa5a322
commit
0d0654ffeb
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ class Smlnj < Formula
|
||||||
|
|
||||||
# Mojave doesn't support 32-bit builds, and thus smlnj fails to compile.
|
# Mojave doesn't support 32-bit builds, and thus smlnj fails to compile.
|
||||||
# This will only be safe to remove when upstream support 64-bit builds.
|
# This will only be safe to remove when upstream support 64-bit builds.
|
||||||
depends_on :maximum_macos => :high_sierra
|
depends_on :maximum_macos => [:high_sierra, :build]
|
||||||
|
|
||||||
resource "cm" do
|
resource "cm" do
|
||||||
url "https://www.smlnj.org/dist/working/110.84/cm.tgz"
|
url "https://www.smlnj.org/dist/working/110.84/cm.tgz"
|
||||||
|
|
Loading…
Reference in a new issue