79253804

Date: 2024-12-05 08:03:55
Score: 0.5
Natty:
Report link

The main issue you have here is that compiler.find_library returns a dep object, i.e. it is already a dependency. As such, it cannot occur in the link_whole argument for declare_dependency, which accepts only lib values, i.e. static/shared libraries buildable by meson.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Single line (0.5):
Posted by: mitch_