diff options
author | marha <marha@users.sourceforge.net> | 2011-01-25 07:15:07 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2011-01-25 07:15:07 +0000 |
commit | db83ae15824cd5a710d61684733f3dc09517748b (patch) | |
tree | 0593f2485d27f1e21bfa883eb9e8a6446018b83a /mesalib/src/glsl/SConscript | |
parent | 75c2deab5262ebfb4aea4fe63e144488150f921a (diff) | |
download | vcxsrv-db83ae15824cd5a710d61684733f3dc09517748b.tar.gz vcxsrv-db83ae15824cd5a710d61684733f3dc09517748b.tar.bz2 vcxsrv-db83ae15824cd5a710d61684733f3dc09517748b.zip |
mesa git update 25 jan 2011
Diffstat (limited to 'mesalib/src/glsl/SConscript')
-rw-r--r-- | mesalib/src/glsl/SConscript | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mesalib/src/glsl/SConscript b/mesalib/src/glsl/SConscript index 88a83fdb6..5885e4b4f 100644 --- a/mesalib/src/glsl/SConscript +++ b/mesalib/src/glsl/SConscript @@ -91,6 +91,7 @@ if env['platform'] == common.host_platform: env.Prepend(CPPPATH = ['#src/talloc']) env.Prepend(LIBS = [talloc]) else: + env.Prepend(CPPPATH = ['#include']) env.Prepend(LIBS = ['talloc']) builtin_compiler = env.Program( |