[Scons-users] Not allowed to have 2 Configure with diff env??
Neal Becker
ndbecker2 at gmail.com
Mon May 6 14:16:36 EDT 2013
I see if I have 2 environments, and 2 statements
conf = Configure (env)
and
conf2 = Configure (env2)
scons just gives and error, with no message or traceback (which, BTW, sucks).
If I get rid of the second Configure, it's OK.
Is there such a restriction? If so, can we please document it? Is there a
workaround?
More information about the Scons-users
mailing list