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'])