updated build

This commit is contained in:
Chad Nelson 2025-02-27 19:37:28 -07:00
parent af81206562
commit d8813844c2

View file

@ -37,7 +37,7 @@ class MsgCli < Formula
ENV["GUILE_LOAD_COMPILED_PATH"] = HOMEBREW_PREFIX/"lib/guile/3.0/site-ccache" 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" ENV["GUILE_SYSTEM_EXTENSIONS_PATH"] = HOMEBREW_PREFIX/"lib/guile/3.0/extensions"
system "autoreconf", "-vif" system "autoreconf", "-vif"
system "./configure", "--prefix=#{prefix}" system "./configure", "--prefix=#{prefix}", "--libdir=#{libdir}"
system "make" system "make"
system "make", "install" system "make", "install"
# system "cmake", "-S", ".", "-B", "build", *std_cmake_args # system "cmake", "-S", ".", "-B", "build", *std_cmake_args