Skip to content

Commit

Permalink
Fix library name in meson.build
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasdiez committed Jan 17, 2024
1 parent 1cb4c07 commit bf8c255
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ readline = cc.find_library('readline')
lfunction = cc.find_library('Lfunction', required: false)
fflas = cc.find_library('fflas', required: false)
if not fflas.found()
fflas = cc.find_library('fflas-ffpack')´
fflas = cc.find_library('fflas-ffpack')
endif
givaro = cc.find_library('givaro')
linbox = cc.find_library('linbox')
Expand Down

0 comments on commit bf8c255

Please sign in to comment.