-
Notifications
You must be signed in to change notification settings - Fork 418
Use a proper SONAME for libshaderc.so #381
Copy link
Copy link
Closed
Labels
version/releasePackaging, versioning, installing, prebuilt artifactsPackaging, versioning, installing, prebuilt artifacts
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
version/releasePackaging, versioning, installing, prebuilt artifactsPackaging, versioning, installing, prebuilt artifacts