Skip to content

Commit

Permalink
Force HAVE_VULKAN on for Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
inactive123 committed May 29, 2016
1 parent 9e9cc38 commit 1f8b4d6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions qb/qb.comp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 1f8b4d6

Please sign in to comment.