Skip to content

Use a proper SONAME for libshaderc.so #381

@haasn

Description

@haasn

Instead of arbitrarily calling it libshaderc_shared.so it should be called libshaderc.so.VER where VER encodes the ABI version. This would also allow users to compile with -lshaderc universally instead of needing to change it to -lshaderc_shared to build a dynamically linked executable.

For more information see https://en.wikipedia.org/wiki/Soname

Metadata

Metadata

Assignees

No one assigned

    Labels

    version/releasePackaging, versioning, installing, prebuilt artifacts

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions