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

build: rootlibdir default should use libdir #212

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

howardlau1999
Copy link

In case of that the libdir contains more than one components, rootlibdir would point to an incorrect path. For example, if libdir is lib/x86_64-linux-gnu, rootlibdir should be /usr/lib/x86_64-linux-gnu, but it will point to /usr/x86_64-linux-gnu currently.

In case of that the `libdir` contains more than one components, `rootlibdir` would point to an incorrect path. For example, if `libdir` is `lib/x86_64-linux-gnu`, `rootlibdir` should be `/usr/lib/x86_64-linux-gnu`, but it will point to `/usr/x86_64-linux-gnu` currently.
@howardlau1999 howardlau1999 changed the title build: should use libdir build: rootlibdir default should use libdir Jul 23, 2022
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