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