Hi, On Mon, 16 Jun 2025 at 14:26, Matt Smith (matts3) <mat...@cisco.com> wrote: > > Currently there doesn't seem to be a way to pass shared library-specific > flags via a meson build option. > > This patch allows the existing ldflags_sl to be set via a build option. > > Patch created against the 17.4 release.
The patch looks correct. +option('ldflags_sl', type: 'array', value: [], + description: 'Shared library ldflags') nitpick: I would suggest using the same description from autoconf build: 'extra linker flags for linking shared libraries only'. -- Regards, Nazir Bilal Yavuz Microsoft