From 026b85e62b3d8812afb5f04df29aeac28c52b331 Mon Sep 17 00:00:00 2001 From: marha Date: Sat, 12 Feb 2011 15:47:35 +0000 Subject: xkeyboard-config pixman xkbcompt mesa git update 12 Feb 2011 --- mesalib/SConstruct | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) (limited to 'mesalib/SConstruct') diff --git a/mesalib/SConstruct b/mesalib/SConstruct index 2c34fbbf7..269715637 100644 --- a/mesalib/SConstruct +++ b/mesalib/SConstruct @@ -121,8 +121,6 @@ if env['platform'] in ('posix', 'linux', 'freebsd', 'darwin'): # for debugging #print env.Dump() -Export('env') - ####################################################################### # Invoke host SConscripts @@ -132,7 +130,7 @@ Export('env') # # Create host environent -if env['platform'] != common.host_platform: +if env['crosscompile'] and env['platform'] != 'embedded': host_env = Environment( options = opts, # no tool used @@ -149,13 +147,21 @@ if env['platform'] != common.host_platform: host_env.Tool('gallium') + host_env['hostonly'] = True + assert host_env['crosscompile'] == False + + if host_env['msvc']: + host_env.Append(CPPPATH = ['#include/c99']) + + Export(env = host_env) + SConscript( - 'src/glsl/SConscript', + 'src/SConscript', variant_dir = host_env['build_dir'], duplicate = 0, # http://www.scons.org/doc/0.97/HTML/scons-user/x2261.html - exports={'env':host_env}, ) +Export('env') ####################################################################### # Invoke SConscripts -- cgit v1.2.3