summarylogtreecommitdiffstats
path: root/mitigate_compile_errors.patch
blob: c0a254e55fde39b4b2c48559f052cc0708f9bde2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/setup.py b/setup.py
index 9be0468e..dab4b624 100755
--- a/setup.py
+++ b/setup.py
@@ -74,6 +74,7 @@ class cmake_build(build):
         python_version = "{v[0]}.{v[1]}".format(v=platform.python_version_tuple())
         self._build(
             "build_{}".format(python_version),
+            " -DPYMESH_USE_CORK=Off -DPYMESH_USE_MMG=Off" +
             " -DPythonLibsNew_FIND_VERSION={}".format(python_version),
             False,
         )