Skip to content

Commit

Permalink
fixup! sile: 0.15.8
Browse files Browse the repository at this point in the history
  • Loading branch information
alerque committed Dec 12, 2024
1 parent 43d3256 commit d5c3344
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Formula/s/sile.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit d5c3344

Please sign in to comment.