Skip to content

Commit 4630681

Browse files
committed
include macmon in service path
1 parent d467d83 commit 4630681

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Formula/exo.rb

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ class Exo < Formula
99
url "https://github.com/exo-explore/exo.git",
1010
using: :git,
1111
branch: "super_secret_branch"
12-
version "0.9.16"
12+
version "0.9.17"
1313
sha256 ""
1414
license ""
1515

@@ -29,8 +29,7 @@ def install
2929
ohai "Compiling Rust and C++ libs (This may take a while)"
3030
system "uv", "pip", "install", ".", "--python", libexec/"bin/python"
3131

32-
(bin/"exo").write_env_script libexec/"bin/exo", DASHBOARD_DIR: dashboard_dir
33-
libexec.install "configure_mlx.sh" => "exo_configure_mlx"
32+
(bin/"exo").write_env_script libexec/"bin/exo", DASHBOARD_DIR: dashboard_dir, PATH: "#{Formula["macmon"].opt_bin}:$PATH"
3433
end
3534

3635
def caveats

0 commit comments

Comments
 (0)