aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVincent Richard <[email protected]>2006-11-24 13:21:12 +0000
committerVincent Richard <[email protected]>2006-11-24 13:21:12 +0000
commit396134ba5a95e030537652974357f8241b686432 (patch)
tree6f89125d57bcf72cabc0877e7dd76480d5a53878
parentTypo: 'more' -> 'most'. (diff)
downloadvmime-396134ba5a95e030537652974357f8241b686432.tar.gz
vmime-396134ba5a95e030537652974357f8241b686432.zip
Fixed CPPDEFINES for new version of SCons.
-rw-r--r--SConstruct2
1 files changed, 1 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct
index c4b5371b..4687710b 100644
--- a/SConstruct
+++ b/SConstruct
@@ -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'])