Skip to content

meson: Check if compiler supports version script linker option

Biswapriyo Nath requested to merge (removed):check-version-script into main

This fixes the following build error with clang toolchain in mingw. lld: error: unknown argument: --version-script

Merge request reports