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:
Diffstat (limited to 'source/blender/SConscript')
-rw-r--r--source/blender/SConscript3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/blender/SConscript b/source/blender/SConscript
index c40b8422a33..1c21399b838 100644
--- a/source/blender/SConscript
+++ b/source/blender/SConscript
@@ -17,6 +17,9 @@ SConscript(['avi/SConscript',
'src/SConscript',
'yafray/SConscript'])
+if user_options_dict['USE_OPENEXR'] == 1:
+ SConscript (['imbuf/intern/openexr/SConscript'])
+
if user_options_dict['USE_INTERNATIONAL'] == 1:
SConscript (['ftfont/SConscript'])