Skip to content

tests: build: Avoid linking against sip module

Fixes the deprecation warning from meson:

DEPRECATION: target sip links against shared module sip, which is incorrect. This will be an error in the future, so please use shared_library() for sip instead. If shared_module() was used for sip because it has references to undefined symbols, use shared_libary() with override_options: ['b_lundef=false'] instead.

Merge request reports