Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

protobuf-src: don't let CMake install to lib64 #15

Merged
merged 2 commits into from
May 23, 2024
Merged

Conversation

petrosagg
Copy link
Contributor

CMAKE_INSTALL_LIBDIR is inferred as "lib64" on some platforms, but we want a stable location that we can add to the linker search path. Since we're not actually installing to /usr or /usr/local, there's no harm to always using "lib" here.

`CMAKE_INSTALL_LIBDIR` is inferred as "lib64" on some platforms, but we
want a stable location that we can add to the linker search path. Since
we're not actually installing to /usr or /usr/local, there's no harm to
always using "lib" here.

Signed-off-by: Petros Angelatos <[email protected]>
@petrosagg petrosagg requested a review from benesch May 23, 2024 13:35
Signed-off-by: Petros Angelatos <[email protected]>
@petrosagg
Copy link
Contributor Author

for some reason I had to run cargo fmt for CI to pass that changed unrelated things

@benesch
Copy link
Member

benesch commented May 23, 2024

Thanks!

@benesch benesch merged commit 7414430 into master May 23, 2024
3 of 5 checks passed
@benesch benesch deleted the lib64-build branch May 23, 2024 13:40
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.

2 participants