Skip to content

Commit b624ec3

Browse files
committed
trigger
1 parent 939fcb8 commit b624ec3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packaging/homebrew/mfc.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ class Mfc < Formula
2323

2424
def install
2525
# Create Python virtual environment (remove existing one first for clean reinstalls)
26-
# Store in var/ instead of keg to avoid Homebrew dylib fixups on Python .so files
2726
venv = var/"mfc/venv"
2827
mkdir_p venv.parent
2928
rm_r(venv, force: true)

0 commit comments

Comments
 (0)