diff --git a/Formula/s/sile.rb b/Formula/s/sile.rb index 9a17dcefeb074..f049393b3fc5d 100644 --- a/Formula/s/sile.rb +++ b/Formula/s/sile.rb @@ -143,6 +143,10 @@ class Sile < Formula end def install + + # Workaround upstream darwin detection not picking up on e.g. aarch64-apple-darwin22.6.0 + inreplace "configure", "darwin*", "*darwin*" if build.stable? + lua = Formula["luajit"] luaversion = "5.1" luapath = libexec/"vendor"