Skip to content

Do not assume /usr/lib library installation.#3693

Open
waptaff wants to merge 1 commit intoggml-org:masterfrom
waptaff:pkgconfig-libdir
Open

Do not assume /usr/lib library installation.#3693
waptaff wants to merge 1 commit intoggml-org:masterfrom
waptaff:pkgconfig-libdir

Conversation

@waptaff
Copy link

@waptaff waptaff commented Mar 6, 2026

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.

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`.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant