Skip to content

Commit 3d0aa10

Browse files
committed
odin 2025-06
Signed-off-by: botantony <antonsm21@gmail.com>
1 parent 44016f4 commit 3d0aa10

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Formula/o/odin.rb

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)