mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-23 16:09:47 +00:00
Force HAVE_VULKAN on for Windows
This commit is contained in:
parent
9e9cc3835f
commit
1f8b4d6b9a
@ -72,6 +72,9 @@ if [ "$OS" = "Win32" ]; then
|
||||
WINDRES=$(which ${CROSS_COMPILE}windres)
|
||||
[ "$WINDRES" ] || { echo "$echobuf ... Not found. Exiting."; exit 1; }
|
||||
fi
|
||||
|
||||
#Should force Vulkan support to be built-in
|
||||
HAVE_VULKAN='yes'
|
||||
echo "$echobuf ... $WINDRES"
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user