File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed
Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -5,11 +5,6 @@ class Clang < Formula
55 sha256 "4579051e3c255fb4bb795d54324f5a7f3ef79bd9181e44293d7ee9a7f62aad9a"
66 license "Apache-2.0" => { with : "LLVM-exception" }
77
8- bottle do
9- root_url "https://github.com/paperchalice/homebrew-private/releases/download/clang-20.1.0"
10- sha256 ventura : "cc2fbaacc5db4bd7c2e4727d20a0905ec75364851f92f0adf8271ad57f060f41"
11- end
12-
138 pour_bottle? only_if : :clt_installed
149
1510 depends_on "cmake" => :build
@@ -117,7 +112,7 @@ def install
117112+ std::string StrR2 = std::string(R2);
118113+ std::filesystem::path PR2 = std::filesystem::path(StrR2).lexically_normal();
119114+ if (llvm::sys::fs::exists(Twine(PR2.string())))
120- + return StrR2 ;
115+ + return PR2.string() ;
121116
122117 return std::string(Name);
123118 }
You can’t perform that action at this time.
0 commit comments