Fixed CPPDEFINES for new version of SCons.
This commit is contained in:
parent
e7a04ddff8
commit
396134ba5a
@ -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'])
|
||||
|
Loading…
Reference in New Issue
Block a user