Generate libvulkan.so.1 on Linux instead of libvulkan.so
authorShahbaz Youssefi <shabbyx@gmail.com>
Fri, 23 Oct 2020 01:48:53 +0000 (21:48 -0400)
committerLenny Komow <lenny@lunarg.com>
Wed, 28 Oct 2020 15:44:21 +0000 (09:44 -0600)
commit8308d6744d50e4dc357e60282436f6ec0942b8c8
treeea56962112fe846e0bc655399e1ec4608226744c
parent2b0892e15bd83886476141c1f19801d2968efadf
Generate libvulkan.so.1 on Linux instead of libvulkan.so

This is the Linux way.  Previously, a copy step was added to copy
libvulkan.so to libvulkan.so.1.  However, that only runs if everything
is built and not when a specific target is built.

There is no need for libvulkan.so on Linux, so this change makes the
libvulkan target directly generate libvulkan.so.1 and removes the copy
step.
BUILD.gn