Skip to content

Commit 446187a

Browse files
committed
syntax fix
1 parent ea09394 commit 446187a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

quaddtype/meson.build

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ sleef_dep = dependency('sleef', fallback: ['sleef', 'sleef_dep'], required: fals
2020

2121
if sleef_dep.found() and sleef_dep.type_name() != 'internal'
2222
# SLEEF found system-wide - both sleef and sleefquad are typically in the same installation
23-
# Create sleefquad dependency manually since it's not always exposed as a separate component
2423
cpp = meson.get_compiler('cpp')
2524
sleefquad_lib = cpp.find_library('sleefquad', required: true)
2625
sleefquad_dep = declare_dependency(

0 commit comments

Comments
 (0)