sqlite-analyzer: add tcl config
Closes #19228. Signed-off-by: FX Coudert <fxcoudert@gmail.com>
This commit is contained in:
parent
4c825b274d
commit
75ee461236
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ class SqliteAnalyzer < Formula
|
|||
end
|
||||
|
||||
def install
|
||||
system "./configure", "--disable-debug", "--prefix=#{prefix}"
|
||||
system "./configure", "--disable-debug", "--with-tcl=/System/Library/Frameworks/Tcl.framework/", "--prefix=#{prefix}"
|
||||
system "make", "sqlite3_analyzer"
|
||||
bin.install "sqlite3_analyzer"
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue