summaryrefslogtreecommitdiff
path: root/homebrew/fossil/.make.sh-auto
blob: d0ce3b3dfecd47a53ea9177709c3ecdeb5970c21 (plain)
1
2
3
4
5
6
7
8
9
10
11
pkg:setup
args = [
"--with-tcl-private-stubs=1", "--json", "--disable-fusefs", ]
if MacOS.sdk_path_if_needed
args << "--with-tcl=#{MacOS.sdk_path}/System/Library/Frameworks/Tcl.framework"
else
args << "--with-tcl-stubs"
end
pkg:configure *args
make
bin.install "fossil"