]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commit
cmake : do not assume /usr/lib library installation. (#3693)
authorPatrice Levesque <redacted>
Tue, 2 Jun 2026 07:22:16 +0000 (03:22 -0400)
committerGitHub <redacted>
Tue, 2 Jun 2026 07:22:16 +0000 (09:22 +0200)
commitef24de1e5814c4fb14cc396aa6aed623032073ab
tree1b64c26df12c4977b0b679054165ef1ebb14a256
parent23ee03506a91ac3d3f0071b40e66a430eebdfa1d
cmake : do not assume /usr/lib library installation. (#3693)

Current `pkgconfig` configuration file installation path and its
contents assume libraries are installed under `/usr/lib` and this is not
always the case, for instance `/usr/lib64` is quite possible under
Gentoo Linux.

Thus use the `CMAKE_INSTALL_LIBDIR` variable instead of a hardcoded
`lib`.
CMakeLists.txt
cmake/whisper.pc.in