From 396134ba5a95e030537652974357f8241b686432 Mon Sep 17 00:00:00 2001 From: Vincent Richard Date: Fri, 24 Nov 2006 13:21:12 +0000 Subject: [PATCH] Fixed CPPDEFINES for new version of SCons. --- SConstruct | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'])