Skip to content

Commit f6c6700

Browse files
committed
typo fix
1 parent 7962f5d commit f6c6700

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

quaddtype/meson.build

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ add_project_link_arguments('-L' + conda_prefix + '/lib', language: ['c', 'cpp'])
1313
add_project_arguments('-I' + conda_prefix + '/include', language: ['c', 'cpp'])
1414

1515
# Use pkg-config to find SLEEF
16-
pkg = import('pkgconfig')
17-
sleef_dep = pkg.dependency('sleef', required: false)
16+
pkgconfig = import('pkgconfig')
17+
sleef_dep = dependency('sleef', required : false)
1818

1919
if not sleef_dep.found()
2020
# Fallback to manual library detection

0 commit comments

Comments
 (0)