File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ class Odin < Formula
22 desc "Programming language with focus on simplicity, performance and modern systems"
33 homepage "https://odin-lang.org/"
44 url "https://github.com/odin-lang/Odin.git" ,
5- tag : "dev-2025-04 " ,
6- revision : "d9f990d42e2a1bccf3e7be8ba02efa6504e9af9b "
7- version "2025-04 "
5+ tag : "dev-2025-06 " ,
6+ revision : "cd1f66e85c22b019adf53835f5d24231cb071e6d "
7+ version "2025-06 "
88 license "BSD-3-Clause"
99 head "https://github.com/odin-lang/Odin.git" , branch : "master"
1010
@@ -30,6 +30,7 @@ class Odin < Formula
3030
3131 def install
3232 llvm = deps . map ( &:to_formula ) . find { |f | f . name . match? ( /^llvm(@\d +(\. \d +)*)?$/ ) }
33+ ENV . llvm_clang if OS . linux?
3334 ENV [ "LLVM_CONFIG" ] = ( llvm . opt_bin /"llvm-config" ) . to_s
3435 ENV . append "LDFLAGS" , "-Wl,-rpath,#{ llvm . opt_lib } " if OS . linux?
3536
You can’t perform that action at this time.
0 commit comments