We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b87268d commit ebbfcb2Copy full SHA for ebbfcb2
Formula/mfc.rb
@@ -78,7 +78,12 @@ def install
78
# Now build MFC with pre-configured venv
79
# Set VIRTUAL_ENV so mfc.sh uses existing venv instead of creating new one
80
ENV["VIRTUAL_ENV"] = venv
81
-
+
82
+ # Also set pretend-version env vars for mfc.sh in case it tries to reinstall toolchain
83
+ ENV["SETUPTOOLS_SCM_PRETEND_VERSION_FOR_MFC"] = version.to_s
84
+ ENV["SETUPTOOLS_SCM_PRETEND_VERSION_FOR_mfc"] = version.to_s
85
+ ENV["SETUPTOOLS_SCM_PRETEND_VERSION"] = version.to_s
86
87
# Build MFC using pre-configured venv
88
# Must run from buildpath (MFC root directory) where toolchain/ exists
89
Dir.chdir(buildpath) do
0 commit comments