SCons: Make --help reflect the arguments to scons.
authorGabe Black <gblack@eecs.umich.edu>
Sun, 17 Jan 2010 10:22:30 +0000 (02:22 -0800)
committerGabe Black <gblack@eecs.umich.edu>
Sun, 17 Jan 2010 10:22:30 +0000 (02:22 -0800)
commitde904a6d396f01a42da5399b2798568c61abeeea
tree7262877585c3aecb7e9a82fea45b28dcc3e12c7b
parent4f4e6fc099349cf34e9ac4cfae4211379a4a030f
SCons: Make --help reflect the arguments to scons.

The arguments were added to the global_sticky_vars Variables object after the
basic help text was generated. As a result, the "actual:" value wouldn't
reflect the arguments to scons and wouldn't really be the "actual" value used
by the build. This change fixes that by updating global_sticky_vars slightly
earlier.
SConstruct