Skip to content
  • Niels De Graef's avatar
    meson: Check linker support for --version-script · 2742ff30
    Niels De Graef authored
    There's a possibility that the linker doesn't support the
    `--version-script` option, so use `cc.get_supported_link_arguments()`.
    
    Also make sure to add the symbol map file to the `link_depends` options
    of the specific libraries.
    2742ff30