Comment 2 for bug 348896

Revision history for this message
John Pye (jdpipe) wrote :

have you done something like

env['CPPDEFINES'] += "-DNOPARACHUTE"

when you should have written

env['CPPDEFINES'] += ["-DNOPARACHUTE"]

perhaps?