Skip to content

Commit

Permalink
Update deno.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
chrmoritz committed Mar 5, 2020
1 parent bd3d7f4 commit 9a5a142
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Formula/deno.rb
Expand Up @@ -46,6 +46,7 @@ def install

# env args for building a release build with our clang, ninja and gn
ENV["GN"] = buildpath/"gn/out/gn"
ENV["GN_ARGS"] = "no_inline_line_tables=false"
if OS.linux? || DevelopmentTools.clang_build_version < 1100
# build with llvm and link against system libc++ (no runtime dep)
ENV["CLANG_BASE_PATH"] = Formula["llvm"].prefix
Expand Down

0 comments on commit 9a5a142

Please sign in to comment.