This commit is contained in:
Chad Nelson 2025-02-28 10:03:42 -07:00
parent 4484ef41df
commit 8799a43739

View file

@ -44,7 +44,7 @@ class MsgCli < Formula
end end
def post_install def post_install
system "guild", "compile", "-o", "#{prefix}/lib/guile/3.0/site/ccache/machine.go", "#{prefix}/share/guile/site/3.0/msg/machine.scm" system "guild", "compile", "-o", "#{prefix}/lib/guile/3.0/site-ccache/msg/machine.go", "#{prefix}/share/guile/site/3.0/msg/machine.scm"
end end
test do test do