diff options
author | Jakob Bornecrantz <[email protected]> | 2011-01-24 23:26:03 +0100 |
---|---|---|
committer | Jakob Bornecrantz <[email protected]> | 2011-01-25 00:58:46 +0100 |
commit | 4fabdf72eaa108382216222a1e455fd7ab9b027b (patch) | |
tree | 72b5d771fef9f2affe0907b2a78daf303cec138d /src/glsl/SConscript | |
parent | 1af59b28b57f460b2944f803251a297fd4f7a769 (diff) |
glsl: Fix mingw crosscompile
Diffstat (limited to 'src/glsl/SConscript')
-rw-r--r-- | src/glsl/SConscript | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/glsl/SConscript b/src/glsl/SConscript index 88a83fdb6fa..5885e4b4f7d 100644 --- a/src/glsl/SConscript +++ b/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( |