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:
@ -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"
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user