scons: Need c99 also when cross compiling.

This commit is contained in:
José Fonseca 2011-02-11 17:59:36 +00:00
parent 982609f4cf
commit 6826d58bbf
1 changed files with 3 additions and 0 deletions

View File

@ -150,6 +150,9 @@ if env['crosscompile'] and env['platform'] != 'embedded':
host_env['hostonly'] = True
assert host_env['crosscompile'] == False
if host_env['msvc']:
host_env.Append(CPPPATH = ['#include/c99'])
Export(env = host_env)
SConscript(