homebrew-core
homebrew-core copied to clipboard
deno 1.25.4
Created with brew bump-formula-pr.
~resource blocks may require updates.~
Needs
diff --git a/Formula/deno.rb b/Formula/deno.rb
index 5bc873c7ec6..31f7391bc2f 100644
--- a/Formula/deno.rb
+++ b/Formula/deno.rb
@@ -1,7 +1,6 @@
class Deno < Formula
desc "Secure runtime for JavaScript and TypeScript"
homepage "https://deno.land/"
- # TODO: Remove `ENV.remove "HOMEBREW_LIBRARY_PATHS", Formula["llvm"].opt_lib` at rebuild.
url "https://github.com/denoland/deno/releases/download/v1.25.3/deno_src.tar.gz"
sha256 "b20a5a223aae4c654e9a1f5e1c5efd7aed2162d4863e2d3fb7ac271ef3f7d2d8"
license "MIT"
@@ -86,7 +85,6 @@ class Deno < Formula
ENV["V8_FROM_SOURCE"] = "1"
# Build with llvm and link against system libc++ (no runtime dep)
ENV["CLANG_BASE_PATH"] = Formula["llvm"].prefix
- ENV.remove "HOMEBREW_LIBRARY_PATHS", Formula["llvm"].opt_lib
resource("gn").stage buildpath/"gn"
cd "gn" do
:robot: A scheduled task has triggered a merge.