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