updated build
This commit is contained in:
parent
af81206562
commit
d8813844c2
1 changed files with 1 additions and 1 deletions
|
@ -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 "./configure", "--prefix=#{prefix}"
|
||||
system "./configure", "--prefix=#{prefix}", "--libdir=#{libdir}"
|
||||
system "make"
|
||||
system "make", "install"
|
||||
# system "cmake", "-S", ".", "-B", "build", *std_cmake_args
|
||||
|
|
Loading…
Add table
Reference in a new issue