Skip to content
  • Ting-Wei Lan's avatar
    meson: libelf.pc is not always available · a7779033
    Ting-Wei Lan authored
    libelf, just like libc, is not a single project. It is an interface
    which can be implemented independently by different operating systems.
    Therefore, we cannot expect all systems to provide a .pc file, and we
    should fallback to cc.find_library and cc.has_function like what we
    already do in autotools build.
    a7779033