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 9b76a24 commit 9823cfeCopy full SHA for 9823cfe
packaging/homebrew/mfc.rb
@@ -41,9 +41,9 @@ def install
41
# Configure Cantera build
42
# Set compiler environment variables for scons (not as command-line args)
43
cantera_env = {
44
- "CC" => ENV.cc,
45
- "CXX" => ENV.cxx,
46
- "CFLAGS" => "-isysroot#{MacOS.sdk_path}",
+ "CC" => ENV.cc,
+ "CXX" => ENV.cxx,
+ "CFLAGS" => "-isysroot#{MacOS.sdk_path}",
47
"CXXFLAGS" => "-isysroot#{MacOS.sdk_path}",
48
}
49
0 commit comments