nir/algebraic: Add better lowering of ldexp
[mesa.git] / SConstruct
index 0e10818ba17bd3e4b840b8b944f343f9f9f6d406..ef71ab69c3844cd0a3837f76f34d639ea460cd79 100644 (file)
@@ -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')