Skip to content

macOS compilation uses a deprecated Meson feature #11

Description

@Kreeblah

I'm not really sure what the right way to submit a patch would be since the Gerrit site appears to need a registered account, but if you compile this project using Meson on macOS, you get the following warning:

meson.build:556: DEPRECATION: Project uses feature that was always broken, and is now deprecated since '1.10.1': Using '' as an empty value in link_args. Replace an empty string with an empty array: `link_args : ''` -> `link_args : []`

This is being passed through from the empty string on line 553 of meson.build. Replacing it with an empty array seems to resolve the issue.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions