From ca6fa19b2ebaeab01d6a0de48678ffd3796b8079 Mon Sep 17 00:00:00 2001 From: Caleb Maclennan Date: Thu, 12 Dec 2024 13:11:06 +0300 Subject: [PATCH] fixup! sile: 0.15.8 --- Formula/s/sile.rb | 4 ++++ 1 file changed, 4 insertions(+) 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"