Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Genrich <daniel.genrich@gmx.net>2009-06-18 19:33:58 +0400
committerDaniel Genrich <daniel.genrich@gmx.net>2009-06-18 19:33:58 +0400
commit122b206de35b72cd65934a3183331a93674559a2 (patch)
treef3c134a1a3755adcc5a12f2628764d2cc50db095 /source/blender/python/SConscript
parent2f48d0b46bc76e0f06cf499cf51aa833340a6c04 (diff)
Fixing gl/glw.h compiiler error
Diffstat (limited to 'source/blender/python/SConscript')
-rw-r--r--source/blender/python/SConscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/python/SConscript b/source/blender/python/SConscript
index c974ebe1092..4b62c912d34 100644
--- a/source/blender/python/SConscript
+++ b/source/blender/python/SConscript
@@ -5,7 +5,7 @@ sources = env.Glob('intern/*.c')
incs = '. ../editors/include ../makesdna ../makesrna ../blenlib ../blenkernel ../nodes'
incs += ' ../imbuf ../blenloader ../render/extern/include ../windowmanager'
-incs += ' #intern/guardedalloc #intern/memutil'
+incs += ' #intern/guardedalloc #intern/memutil #/extern/glew/include'
incs += ' ' + env['BF_PYTHON_INC']
defs = []