updated build

This commit is contained in:
Chad Nelson 2025-02-27 19:54:43 -07:00
parent 8a56aba08e
commit 59cad127ef

View file

@ -37,7 +37,7 @@ class MsgCli < Formula
ENV["GUILE_LOAD_COMPILED_PATH"] = HOMEBREW_PREFIX/"lib/guile/3.0/site-ccache"
ENV["GUILE_SYSTEM_EXTENSIONS_PATH"] = HOMEBREW_PREFIX/"lib/guile/3.0/extensions"
system "autoreconf", "-vif"
system "echo", "#{prefix}"
system "echo", "#{opt_prefix}"
system "./configure", "--prefix=#{prefix}"
system "make"
system "make", "install"