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/blenlib/SConscript')
-rw-r--r--source/blender/blenlib/SConscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/blenlib/SConscript b/source/blender/blenlib/SConscript
index f9f7012c17c..a4882587618 100644
--- a/source/blender/blenlib/SConscript
+++ b/source/blender/blenlib/SConscript
@@ -28,6 +28,7 @@ source_files = ['intern/BLI_dynstr.c',
blenlib_env.Append (CPPPATH = ['.',
+ '../blenlib',
'../makesdna',
'../blenkernel',
'#/intern/guardedalloc',