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 2089f3c commit e5e5947Copy full SHA for e5e5947
packaging/homebrew/mfc.rb
@@ -42,7 +42,7 @@ def install
42
# Build flags that include SDK path and standard C++ include directories
43
sdk_path = MacOS.sdk_path
44
cxx_flags = "-isysroot#{sdk_path} -stdlib=libc++ -I#{sdk_path}/usr/include/c++/v1"
45
-
+
46
# Run scons with the venv's Python so it can find installed packages
47
system venv/"bin/python", "-m", "SCons", "build",
48
"python_package=y",
0 commit comments