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