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/blenloader/SConscript')
-rw-r--r--source/blender/blenloader/SConscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/blenloader/SConscript b/source/blender/blenloader/SConscript
index fa380bc791b..62a652e4174 100644
--- a/source/blender/blenloader/SConscript
+++ b/source/blender/blenloader/SConscript
@@ -11,6 +11,7 @@ source_files = ['intern/genfile.c',
'intern/writefile.c']
blenloader_env.Append (CPPPATH = ['.',
+ '../blenloader',
'#/intern/guardedalloc',
'../blenlib',
'../blenkernel',