Skip to content

Commit 0bc075f

Browse files
mfc: v5.5.0
1 parent e8dd1cf commit 0bc075f

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Formula/mfc.rb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ class Mfc < Formula
1919
sha256 arm64_sonoma: "ef19b52da711366c3b9380eed2d52c2ca5745ad1bf17d1f088771e591d13d39f"
2020
end
2121

22-
2322
depends_on "cmake" => :build
2423
depends_on "gcc" => :build
2524

@@ -37,7 +36,7 @@ class Mfc < Formula
3736
def install
3837
# Create Python virtual environment inside libexec (inside Cellar for proper bottling)
3938
venv = libexec/"venv"
40-
system Formula["python@3.12"].opt_bin/"python3.12", "-m", "venv", venv
39+
system formula_opt_bin("python@3.12")/"python3.12", "-m", "venv", venv
4140
system venv/"bin/pip", "install", "--upgrade",
4241
"pip", "setuptools", "wheel",
4342
"setuptools-scm",

0 commit comments

Comments
 (0)