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:
authorJoerg Mueller <nexyon@gmail.com>2010-08-16 22:29:19 +0400
committerJoerg Mueller <nexyon@gmail.com>2010-08-16 22:29:19 +0400
commit01d61095cda2c3c91c9c672a5dd9ee00166af31b (patch)
tree63109eff3e52277937ff26e82be10394d0f6f80d /source/blender/editors/sound/SConscript
parent8d7204ac040a1a7aeeacb2078136ee8da4edbc4c (diff)
Audaspace: Scons fix for missing python include paths.
Diffstat (limited to 'source/blender/editors/sound/SConscript')
-rw-r--r--source/blender/editors/sound/SConscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/editors/sound/SConscript b/source/blender/editors/sound/SConscript
index 8010dd49c57..8b628f7b223 100644
--- a/source/blender/editors/sound/SConscript
+++ b/source/blender/editors/sound/SConscript
@@ -7,6 +7,7 @@ incs = '../include ../../blenlib ../../blenkernel ../../makesdna ../../imbuf'
incs += ' ../../windowmanager #/intern/guardedalloc'
incs += ' ../../makesrna'
incs += ' #/intern/audaspace/intern'
+incs += env['BF_PYTHON_INC']
defs = []