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
|
LT_INIT
|
||||||
|
|
||||||
dnl Check compiler specific flags
|
dnl Check compiler specific flags
|
||||||
AC_SUBST(VKD3D_CLFAGS, "")
|
AC_SUBST(VKD3D_CFLAGS, "")
|
||||||
if test "x${GCC}" = "xyes"
|
if test "x${GCC}" = "xyes"
|
||||||
then
|
then
|
||||||
VKD3D_CFLAGS="-Wall -pipe"
|
VKD3D_CFLAGS="-Wall -pipe"
|
||||||
|
Loading…
Reference in New Issue
Block a user