GPUDevice: Use suffixed shaderc libname

Avoids conflicts with other installations of shaderc, e.g. the Vulkan
SDK, which might be in the user's LD_LIBRARY_PATH.
This commit is contained in:
Stenzek
2024-09-13 23:05:01 +10:00
parent d28f0fa4e6
commit 350cf7ee32
5 changed files with 14 additions and 7 deletions

View File

@ -41,7 +41,7 @@ declare -a MANUAL_LIBS=(
"libswresample.so.5"
"libdiscord-rpc.so"
"libfreetype.so.6"
"libshaderc_shared.so"
"libshaderc_ds.so"
"libspirv-cross-c-shared.so.0"
)