Fixed CPPDEFINES for new version of SCons.

This commit is contained in:
Vincent Richard 2006-11-24 13:21:12 +00:00
parent e7a04ddff8
commit 396134ba5a

View File

@ -584,7 +584,7 @@ env.Append(ENV = {'PATH' : os.environ['PATH']})
env.Append(CPPPATH = [ '.' ])
env.Append(CPPDEFINES = { '_REENTRANT' : 1 })
env.Append(CPPDEFINES = ['_REENTRANT=1'])
env.Append(CXXFLAGS = ['-pipe'])
env.Append(CXXFLAGS = ['-W'])