Skip to content

Commit faac8a1

Browse files
committed
Try to fix meson
1 parent b9340df commit faac8a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

quaddtype/meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ incdir_numpy = run_command(py,
2424
).stdout().strip()
2525

2626
npymath_path = incdir_numpy / '..' / 'lib'
27-
npymath_lib = cc.find_library('npymath', dirs: npymath_path)
27+
npymath_lib = c.find_library('npymath', dirs: npymath_path)
2828

2929
dependencies = [sleef_dep, py_dep, npymath_lib]
3030

0 commit comments

Comments
 (0)