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/readstreamglue/SConscript')
-rw-r--r--source/blender/readstreamglue/SConscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/readstreamglue/SConscript b/source/blender/readstreamglue/SConscript
index 3c96bcca9b0..a77806da21e 100644
--- a/source/blender/readstreamglue/SConscript
+++ b/source/blender/readstreamglue/SConscript
@@ -18,5 +18,6 @@ readstrgl_env.Append (CPPPATH = ['.',
'../blenloader',
'../inflate'])
+readstrgl_env.Append (CPPPATH = user_options_dict['Z_INCLUDE'])
readstrgl_env.Append (CPPPATH = extra_includes)
readstrgl_env.Library (target='#'+user_options_dict['BUILD_DIR']+'/lib/blender_readstreamglue', source=source_files)