1
0
mirror of https://github.com/libretro/RetroArch synced 2024-07-08 12:15:49 +00:00

Revert "Force HAVE_VULKAN on for Windows"

This reverts commit 1f8b4d6b9a.
This commit is contained in:
twinaphex 2016-05-30 00:40:16 +02:00
parent 1f8b4d6b9a
commit 6213b9d3f1

View File

@ -72,9 +72,6 @@ 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