summaryrefslogtreecommitdiff
path: root/dev-python/contourpy/files/contourpy-1.1.1-no-werror.patch
blob: 4db6183694346dda9dc4d0d80d94be0e666e1e07 (plain)
1
2
3
4
5
6
7
8
9
10
11
XXX: We should really just make meson-python in distutils-r1 always disable werror.
--- a/meson.build
+++ b/meson.build
@@ -4,7 +4,6 @@ project(
   default_options: [
     # meson-python options are set in pyproject.toml
     'cpp_std=c++17',
-    'werror=true',
   ],
   license: 'BSD-3-Clause',
   meson_version: '>= 1.2.0',