From 8a191c08ddda2e66fa26f148d6c21959bb08f923 Mon Sep 17 00:00:00 2001 From: marha Date: Sun, 20 Feb 2011 12:29:25 +0000 Subject: xserver xkeyboard-config libX11 pixman mesa git update 2011 --- mesalib/SConstruct | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'mesalib/SConstruct') diff --git a/mesalib/SConstruct b/mesalib/SConstruct index 269715637..7773719af 100644 --- a/mesalib/SConstruct +++ b/mesalib/SConstruct @@ -153,7 +153,9 @@ if env['crosscompile'] and env['platform'] != 'embedded': if host_env['msvc']: host_env.Append(CPPPATH = ['#include/c99']) - Export(env = host_env) + target_env = env + env = host_env + Export('env') SConscript( 'src/SConscript', @@ -161,6 +163,8 @@ if env['crosscompile'] and env['platform'] != 'embedded': duplicate = 0, # http://www.scons.org/doc/0.97/HTML/scons-user/x2261.html ) + env = target_env + Export('env') ####################################################################### -- cgit v1.2.3