mirror of
https://github.com/libretro/RetroArch
synced 2025-03-19 16:21:30 +00:00
Add Vulkan check back
This commit is contained in:
parent
9a43dfda51
commit
08e637a573
@ -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."
|
||||
|
Loading…
x
Reference in New Issue
Block a user