Linux: Fix name of embedded libvulkan.so

Fixes this issue when running binaries that look for the _soname_, i.e. libvulkan.so.1:
./bin/bloom
./bin/bloom: error while loading shared libraries: libvulkan.so.1: cannot open shared object file: No such file or directory
This commit is contained in:
Rémi Verschelde 2016-07-11 08:54:19 +02:00
parent 876f5714eb
commit c0798b28ac
2 changed files with 0 additions and 0 deletions

Binary file not shown.

1
libs/vulkan/libvulkan.so Symbolic link
View file

@ -0,0 +1 @@
libvulkan.so.1

BIN
libs/vulkan/libvulkan.so.1 Executable file

Binary file not shown.