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>2008-11-07 22:49:55 +0300
committerNathan Letwory <nathan@letworyinteractive.com>2008-11-07 22:49:55 +0300
commit0a825b4d72a89f07622ede8d7b0d3de5583576bb (patch)
tree7aa589e5bbd67c0df8103d68f2874b47f6ea9939 /tools/Blender.py
parent37c1fd2303742f1121718e423a72b08995c8d0cb (diff)
* fix typo found by brecht
Diffstat (limited to 'tools/Blender.py')
-rw-r--r--tools/Blender.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Blender.py b/tools/Blender.py
index 857d5c4d780..ef87bc270a1 100644
--- a/tools/Blender.py
+++ b/tools/Blender.py
@@ -435,7 +435,7 @@ class BlenderEnvironment(SConsEnvironment):
if cxx_compileflags:
lenv.Append(CXXFLAGS = cxx_compileflags)
lenv.Append(CFLAGS = lenv['C_WARN'])
- lenv.Append(CXXFLAGS = lenv['CC_WARN'])
+ lenv.Append(CCLAGS = lenv['CC_WARN'])
lenv.Append(CXXFLAGS = lenv['CXX_WARN'])
lib = lenv.Library(target= '#'+root_build_dir+'lib/'+libname, source=sources)
SConsEnvironment.Default(self, lib) # we add to default target, because this way we get some kind of progress info during build