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