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 b9340df commit faac8a1Copy full SHA for faac8a1
quaddtype/meson.build
@@ -24,7 +24,7 @@ incdir_numpy = run_command(py,
24
).stdout().strip()
25
26
npymath_path = incdir_numpy / '..' / 'lib'
27
-npymath_lib = cc.find_library('npymath', dirs: npymath_path)
+npymath_lib = c.find_library('npymath', dirs: npymath_path)
28
29
dependencies = [sleef_dep, py_dep, npymath_lib]
30
0 commit comments