]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commit
cmake: Fix libdir value in pkgconfig file (#2407)
authorPhilippe Normand <redacted>
Sat, 7 Sep 2024 08:18:17 +0000 (09:18 +0100)
committerGitHub <redacted>
Sat, 7 Sep 2024 08:18:17 +0000 (11:18 +0300)
commit5caa19240d55bfd6ee316d50fbad32c6e9c39528
tree41a142ec190b4643195ad94b92e6f1b4ba84ff54
parent5236f0278420ab776d1787c4330678d80219b4b6
cmake: Fix libdir value in pkgconfig file (#2407)

Depending on the OS the lib dir can vary, on Fedora for instance it is
"${prefix}/lib64". Instead of hard-coding the directory name, let CMake fill
this variable for us.
cmake/whisper.pc.in