From d5c3344ed368c1fb419da9ca9551060b1f571843 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..34de76a3eb461 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"