updated build

This commit is contained in:
Chad Nelson 2025-02-27 19:58:31 -07:00
parent d8e56ffde1
commit e6f3e81ed5

View file

@ -37,8 +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", "#{opt_lib}"
system "./configure", "--prefix=#{prefix}"
system "./configure", "--prefix=#{prefix}", "--libdir=#{prefix}/lib"
system "make"
system "make", "install"
# system "cmake", "-S", ".", "-B", "build", *std_cmake_args