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