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: don't directly use the .libs directory #3097

Closed
wants to merge 1 commit into from

Commits on Feb 27, 2024

  1. test: don't directly use the .libs directory

    The build system should not directly use the .libs directory which is
    intended for internal use by the libtool implementation. Additionally
    when linking with internal a library the .la file should be used as this
    provides all the information required by the libtool implementation.
    
    When using Slibtool instead of GNU Libtool the build fails because
    Slibtool is more strict about this and fails to find the required files
    to link with.
    orbea committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    2fec59a View commit details
    Browse the repository at this point in the history