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:
authorTon Roosendaal <ton@blender.org>2006-02-18 17:26:38 +0300
committerTon Roosendaal <ton@blender.org>2006-02-18 17:26:38 +0300
commit7425a8fcaa3a777155d7b75d368db3b0ed1e58a4 (patch)
treee807e3eb4339cde53b18922d203738094c659eb2 /source/blender/imbuf/intern/openexr
parent387f9a7c6d42994b127bb481d191c1169709637b (diff)
Small tweak to get openexr compiling in scons
Diffstat (limited to 'source/blender/imbuf/intern/openexr')
-rw-r--r--source/blender/imbuf/intern/openexr/SConscript3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/blender/imbuf/intern/openexr/SConscript b/source/blender/imbuf/intern/openexr/SConscript
index 133a9651380..1b0a0ed6110 100644
--- a/source/blender/imbuf/intern/openexr/SConscript
+++ b/source/blender/imbuf/intern/openexr/SConscript
@@ -8,7 +8,8 @@ incs = ['.',
'../../',
'..',
'../../../blenlib',
- 'intern/include #/intern/guardedalloc',
+ 'intern/include',
+ '#/intern/guardedalloc',
'../../../makesdna']
incs += Split(env['BF_OPENEXR_INC'])