build: Fix VKD3D_CFLAGS typo.

This commit is contained in:
Józef Kucia 2016-09-21 12:57:24 +02:00
parent 9f3ffd7287
commit 489e667057
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ LT_PREREQ([2.4.2])
LT_INIT
dnl Check compiler specific flags
AC_SUBST(VKD3D_CLFAGS, "")
AC_SUBST(VKD3D_CFLAGS, "")
if test "x${GCC}" = "xyes"
then
VKD3D_CFLAGS="-Wall -pipe"