X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=SConstruct;h=5f6933eadff31ae193ab55899978c46c6984b859;hb=cd8614b0287dc5a69725ec4ee0208fad61f7789e;hp=787ff6e2d6b3e1d28a01cb0031031c3032681f22;hpb=c727fa6dbf5a9fca5fc94de06c309f54402449d1;p=mesa.git diff --git a/SConstruct b/SConstruct index 787ff6e2d6b..5f6933eadff 100644 --- a/SConstruct +++ b/SConstruct @@ -97,6 +97,9 @@ env.Append(CPPPATH = [ '#/src/gallium/drivers', ]) +if env['msvc']: + env.Append(CPPPATH = ['#include/c99']) + # Posix if platform in ('posix', 'linux', 'freebsd', 'darwin'):