marzer / tomlplusplus

Header-only TOML config file parser and serializer for C++17.
https://marzer.github.io/tomlplusplus/
MIT License
1.58k stars 152 forks source link

Revert "build(meson): Update path for .pc and .cmake files (#165)" #166

Closed Tachi107 closed 2 years ago

Tachi107 commented 2 years ago

If you want to read the full story please see pull request #165, but in short moving files from share/ to lib/ was needed because FreeBSD didn't look for .pc files in share/pkgconfig/.

After a quick discussion upstream, FreeBSD's pkgconf was patched to also honour .pc files in share/pkgconfig/.

Now that everybody looks for stuff in share/, the commit b1ecdf0ed86faeeaebe13d0db16ad04c20519527 can be reverted, so that stuff like cross-compilation can continue working fine.

marzer commented 2 years ago

Thanks @Tachi107 :)