From 1f8b4d6b9a23631509c8e22bb358923f22579e0b Mon Sep 17 00:00:00 2001 From: twinaphex Date: Mon, 30 May 2016 00:34:06 +0200 Subject: [PATCH] Force HAVE_VULKAN on for Windows --- qb/qb.comp.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/qb/qb.comp.sh b/qb/qb.comp.sh index fe97bdbedd..f49ebe8d49 100644 --- a/qb/qb.comp.sh +++ b/qb/qb.comp.sh @@ -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