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:
authorJoshua Leung <aligorith@gmail.com>2015-06-13 08:40:50 +0300
committerJoshua Leung <aligorith@gmail.com>2015-06-13 08:40:50 +0300
commit7bac8348bf7e70325aa902ca1c6b6cd776d74d71 (patch)
tree3ef672619d528e95cb1c3d73415d0d52c2c54abc /source/blender/windowmanager/SConscript
parent7182677620aa3df15d8df32f11a670dc30b0f7ca (diff)
Fix scons compilation
Diffstat (limited to 'source/blender/windowmanager/SConscript')
-rw-r--r--source/blender/windowmanager/SConscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/windowmanager/SConscript b/source/blender/windowmanager/SConscript
index a6f64f7cdae..912d11762e1 100644
--- a/source/blender/windowmanager/SConscript
+++ b/source/blender/windowmanager/SConscript
@@ -32,6 +32,7 @@ sources = env.Glob('intern/*.c')
incs = [
'.',
+ '#/intern/audaspace/intern',
'#/intern/ghost',
'#/intern/guardedalloc',
'#/intern/memutil',