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:
authorNathan Letwory <nathan@letworyinteractive.com>2011-10-02 21:58:21 +0400
committerNathan Letwory <nathan@letworyinteractive.com>2011-10-02 21:58:21 +0400
commit1714d1cfe2e932f1ab04467f611b8dbb377ead32 (patch)
tree35e38b301b1a71639e8037baeab19bf81f4ddc49 /intern/audaspace/SConscript
parent1023ed4e4d62710357cafbbeb81ff55c4fdcebcc (diff)
Typo fix. nexYon commit caused bit-loss in the word incs.
Diffstat (limited to 'intern/audaspace/SConscript')
-rw-r--r--intern/audaspace/SConscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/audaspace/SConscript b/intern/audaspace/SConscript
index acf7b839f79..7ea82be39a5 100644
--- a/intern/audaspace/SConscript
+++ b/intern/audaspace/SConscript
@@ -3,7 +3,7 @@
Import ('env')
sources = env.Glob('intern/*.cpp') + env.Glob('FX/*.cpp') + env.Glob('SRC/*.cpp')
-ncs = '. intern FX SRC ' + env['BF_PTHREADS_INC']
+incs = '. intern FX SRC ' + env['BF_PTHREADS_INC']
defs = []
if env['WITH_BF_FFMPEG']: