diff options
author | Jose Fonseca <[email protected]> | 2015-03-04 14:25:54 +0000 |
---|---|---|
committer | Jose Fonseca <[email protected]> | 2015-03-04 15:12:19 +0000 |
commit | d0b1c74b73ddc7590e81bdfd837f540d75b172ce (patch) | |
tree | 4e13e6e70f514db57286ec44fdecffb840b86d93 /src/gallium/drivers/svga/Makefile.am | |
parent | 2c25008e8e37a41fa61988b7fb65b524cbb7e64f (diff) |
svga: Set MSVC2013 compat flags.
Reviewed-by: Brian Paul <[email protected]>
Diffstat (limited to 'src/gallium/drivers/svga/Makefile.am')
-rw-r--r-- | src/gallium/drivers/svga/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gallium/drivers/svga/Makefile.am b/src/gallium/drivers/svga/Makefile.am index 50d44cff84a..e0a8cad7208 100644 --- a/src/gallium/drivers/svga/Makefile.am +++ b/src/gallium/drivers/svga/Makefile.am @@ -26,7 +26,8 @@ include Makefile.sources include $(top_srcdir)/src/gallium/Automake.inc AM_CFLAGS = \ - $(GALLIUM_DRIVER_CFLAGS) + $(GALLIUM_DRIVER_CFLAGS) \ + $(MSVC2013_COMPAT_CFLAGS) #On some systems -std= must be added to CFLAGS to be the last -std= CFLAGS += -std=gnu99 |