X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=SConstruct;h=ef71ab69c3844cd0a3837f76f34d639ea460cd79;hb=9e2473763d43f97e46561530e091473dc1e5780d;hp=0e10818ba17bd3e4b840b8b944f343f9f9f6d406;hpb=2de70fe23f320ce4f559e37057fe07b7af99cf5a;p=mesa.git diff --git a/SConstruct b/SConstruct index 0e10818ba17..ef71ab69c38 100644 --- a/SConstruct +++ b/SConstruct @@ -80,9 +80,6 @@ env.Append(CPPPATH = [ '#/src/gallium/winsys', ]) -if env['msvc']: - env.Append(CPPPATH = ['#include/c99']) - # for debugging #print env.Dump() @@ -115,9 +112,6 @@ if env['crosscompile'] and not env['embedded']: host_env['hostonly'] = True assert host_env['crosscompile'] == False - if host_env['msvc']: - host_env.Append(CPPPATH = ['#include/c99']) - target_env = env env = host_env Export('env')