Add Vulkan check back

This commit is contained in:
twinaphex 2016-05-16 10:08:10 +02:00
parent 9a43dfda51
commit 08e637a573

View File

@ -395,6 +395,7 @@ if [ "$OS" != 'Win32' ]; then
fi
check_lib STRCASESTR "$CLIB" strcasestr
check_lib MMAP "$CLIB" mmap
check_lib VULKAN -lvulkan vkCreateInstance
if [ "$HAVE_VULKAN" != 'no' ] && [ ! -e deps/glslang/glslang/README.md ]; then
echo "Warning: glslang submodule not loaded, can't use Vulkan."