From e1bf3a3bb72d8fd660bafbaa984204aa9b2c9bc4 Mon Sep 17 00:00:00 2001 From: Caleb Maclennan Date: Fri, 13 Dec 2024 15:53:44 +0300 Subject: [PATCH] fixup! sile: 0.15.8 --- Formula/s/sile.rb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Formula/s/sile.rb b/Formula/s/sile.rb index 2b2bba4969e35..fae2f68e8b699 100644 --- a/Formula/s/sile.rb +++ b/Formula/s/sile.rb @@ -143,9 +143,6 @@ 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" @@ -196,6 +193,7 @@ def install system "./bootstrap.sh" if build.head? system "./configure", *configure_args, *std_configure_args + system "grep", "-R", "SHARED_LIB_EXT" system "make" system "make", "install" end