diff options
author | Vincent Richard <[email protected]> | 2006-11-24 13:21:12 +0000 |
---|---|---|
committer | Vincent Richard <[email protected]> | 2006-11-24 13:21:12 +0000 |
commit | 396134ba5a95e030537652974357f8241b686432 (patch) | |
tree | 6f89125d57bcf72cabc0877e7dd76480d5a53878 | |
parent | Typo: 'more' -> 'most'. (diff) | |
download | vmime-396134ba5a95e030537652974357f8241b686432.tar.gz vmime-396134ba5a95e030537652974357f8241b686432.zip |
Fixed CPPDEFINES for new version of SCons.
-rw-r--r-- | SConstruct | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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']) |