Merge branch 'jekstrand-linux-lib-name' into 'vulkan-cts-1.0'
authorPyry Haulos <phaulos@google.com>
Thu, 25 Feb 2016 18:04:21 +0000 (13:04 -0500)
committerPyry Haulos <phaulos@google.com>
Thu, 25 Feb 2016 18:04:21 +0000 (13:04 -0500)
commitf47d6be2405a9d77bfd42720c366af4617521885
treeec67c43c9422c7876604d1c3a1c922c443d642cf
parent93ae0cab14d48ebb8a00293a052230cf58e2895a
parentdf1e14371f1fccead56526c666c7958618c56b52
Merge branch 'jekstrand-linux-lib-name' into 'vulkan-cts-1.0'

Use the correct library name on Linux

Shortly before release, the official library name was changed from libvulkan-1.so to libvulkan.so.1.  We should be loading the right one.

See merge request !444