This commit is contained in:
Chad Nelson 2025-02-28 09:56:59 -07:00
parent 36c60e1eb0
commit 5518e1f7aa

View file

@ -43,6 +43,10 @@ class MsgCli < Formula
# system "cmake", "-S", ".", "-B", "build", *std_cmake_args # system "cmake", "-S", ".", "-B", "build", *std_cmake_args
end end
def post_install
system "guild", "compile", "-o", "#{prefix}/lib/guile/3.0/site/ccache/msg/machine.go", "#{prefix}/share/guile/site/3.0/msg/machine.scm"
end
test do test do
# `test do` will create, run in and delete a temporary directory. # `test do` will create, run in and delete a temporary directory.
# #