Force HAVE_VULKAN on for Windows

This commit is contained in:
twinaphex 2016-05-30 00:34:06 +02:00
parent 9e9cc3835f
commit 1f8b4d6b9a

View File

@ -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