* fix typo found by brecht

This commit is contained in:
Nathan Letwory 2008-11-07 19:49:55 +00:00
parent 37c1fd2303
commit 0a825b4d72

@ -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