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