mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2024-11-21 16:46:41 -08:00
build: Fix VKD3D_CFLAGS typo.
This commit is contained in:
parent
9f3ffd7287
commit
489e667057
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user